Html Css Color HEX #C9A487 Rodeo Dust

📋 copy color: '#C9A487'

red 201 ◦ green 164 ◦ blue 135

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

Shades of Rodeo Dust #C9A487

Tints of Rodeo Dust #C9A487

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.8%

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

R = 40.2%
G = 32.8%
B = 27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C9A487 (or 0xC9A487) is known color: Rodeo Dust. HEX triplet: C9, A4 and 87. RGB value is (201,164,135). Sum of RGB (Red+Green+Blue) = 201+164+135=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A487 is #365B78. Grayscale: #ABABAB. Windows color (decimal): -3562361 or 8889545. OLE color: 8889545.

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

Color convert

RGB 201 164 135 -
CMYK 0 0.18 0.33 0.21
HSL 26.36º 0.38% 0.66% -
HSV(B) 26.36º 0.33% 0.79% -
XYZ 41.74 40.72 28.58 -
YUV 171.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 201 164 135 0 0.18 0.33 0.21 26.36 0.38 0.66
Hex C9 A4 87 0 12 21 15 1A 26 42
Octal 311 244 207 0 22 41 25 32 46 102
Binary 11001001 10100100 10000111 0 10010 100001 10101 11010 100110 1000010

Color Harmonies of #C9A487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A487

Black with #C9A487

Text Example


Text Example

White with #C9A487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A487; }

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

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

background-color css

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

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

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

border-color css

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

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

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