Html Css Color HEX #C9A187 Rodeo Dust

📋 copy color: '#C9A187'

red 201 ◦ green 161 ◦ blue 135

#C9A187
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rodeo Dust #C9A187

Tints of Rodeo Dust #C9A187

RGB

 RED value IS 201 (78.91% from 255) = 40.44%

 GREEN value IS 161 (63.28% from 255) = 32.39%

 BLUE value IS 135 (53.13% from 255) = 27.16%

R = 40.44%
G = 32.39%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C9A187 (or 0xC9A187) is known color: Rodeo Dust. HEX triplet: C9, A1 and 87. RGB value is (201,161,135). Sum of RGB (Red+Green+Blue) = 201+161+135=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A187 is #365E78. Grayscale: #AAAAAA. Windows color (decimal): -3563129 or 8888777. OLE color: 8888777.

HSL color Cylindrical-coordinate representation of color #C9A187: hue angle of 23.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9A187 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 135 -
CMYK 0 0.20 0.33 0.21
HSL 23.64º 0.38% 0.66% -
HSV(B) 23.64º 0.33% 0.79% -
XYZ 41.21 39.66 28.4 -
YUV 170 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 201 161 135 0 0.20 0.33 0.21 23.64 0.38 0.66
Hex C9 A1 87 0 14 21 15 18 26 42
Octal 311 241 207 0 24 41 25 30 46 102
Binary 11001001 10100001 10000111 0 10100 100001 10101 11000 100110 1000010

Color Harmonies of #C9A187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A187

Black with #C9A187

Text Example


Text Example

White with #C9A187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A187; }

 p { color: rgb(201,161,135); }

 H1.HeaderClassName
 {
   color: #C9A187;
 }
 .AnyTagClassName
 {
   color: #C9A187;
 }
</style>

background-color css

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

 a { background-color: rgb(201,161,135); }

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

border-color css

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

 span { border-color: rgb(201,161,135); }

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