Html Css Color HEX #C9A887 Rodeo Dust

📋 copy color: '#C9A887'

red 201 ◦ green 168 ◦ blue 135

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

Shades of Rodeo Dust #C9A887

Tints of Rodeo Dust #C9A887

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

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

R = 39.88%
G = 33.33%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C9A887 (or 0xC9A887) is known color: Rodeo Dust. HEX triplet: C9, A8 and 87. RGB value is (201,168,135). Sum of RGB (Red+Green+Blue) = 201+168+135=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A887 is #365778. Grayscale: #AEAEAE. Windows color (decimal): -3561337 or 8890569. OLE color: 8890569.

HSL color Cylindrical-coordinate representation of color #C9A887: hue angle of 30º 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 #C9A887 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 168 135 -
CMYK 0 0.16 0.33 0.21
HSL 30º 0.38% 0.66% -
HSV(B) 30º 0.33% 0.79% -
XYZ 42.46 42.17 28.82 -
YUV 174.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 201 168 135 0 0.16 0.33 0.21 30 0.38 0.66
Hex C9 A8 87 0 10 21 15 1E 26 42
Octal 311 250 207 0 20 41 25 36 46 102
Binary 11001001 10101000 10000111 0 10000 100001 10101 11110 100110 1000010

Color Harmonies of #C9A887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A887

Black with #C9A887

Text Example


Text Example

White with #C9A887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A887; }

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

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

background-color css

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

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

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

border-color css

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

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

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