#C99D84

Color #C99D84 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #C99D84

Tints of Rodeo Dust #C99D84

Color information

#C99D84 (or 0xC99D84) is unknown color: approx Rodeo Dust. HEX triplet: C9, 9D and 84. RGB value is (201,157,132). Sum of RGB (Red+Green+Blue) = 201+157+132=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D84 is #36627B. Grayscale: #A7A7A7. Windows color (decimal): -3564156 or 8691145. OLE color: 8691145.

HSL color Cylindrical-coordinate representation of color #C99D84: hue angle of 21.74º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99D84 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB201157132-
CMYK00.220.340.21
HSL21.74º38.98%65.29%-
HSV(B)21.74º34.33%78.82%-
XYZ40.3138.227.08-
YUV167.31108.08152.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=41.02%
G=32.04%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115713200.220.340.2121.7438.9865.29
HexC99D840162215162741
Octal31123520402642252647101
Binary11001001100111011000010001011010001010101101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D84; }

 p { color: rgb(201,157,132); }

 H1.HeaderClassName
 {
   color: #C99D84;
 }
 .AnyTagClassName
 {
   color: #C99D84;
 }
</style>
background-color css

<style>
 a { background-color: #C99D84; }

 a { background-color: rgb(201,157,132); }

 div.DivClassName
 {
   background-color: #C99D84;
 }
 .BgClassName
 {
   background-color: #C99D84;
 }
</style>
border-color css

<style>
 span { border-color: #C99D84; }

 span { border-color: rgb(201,157,132); }

 td.TdClassName
 {
   border-color: #C99D84;
 }
 .TagClassName
 {
   border-color: #C99D84;
 }
</style>