Html Css Color HEX #C9A287 Rodeo Dust

📋 copy color: '#C9A287'

red 201 ◦ green 162 ◦ blue 135

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

Shades of Rodeo Dust #C9A287

Tints of Rodeo Dust #C9A287

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.53%

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

R = 40.36%
G = 32.53%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C9A287 (or 0xC9A287) is known color: Rodeo Dust. HEX triplet: C9, A2 and 87. RGB value is (201,162,135). Sum of RGB (Red+Green+Blue) = 201+162+135=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A287 is #365D78. Grayscale: #AAAAAA. Windows color (decimal): -3562873 or 8889033. OLE color: 8889033.

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

Color convert

RGB 201 162 135 -
CMYK 0 0.19 0.33 0.21
HSL 24.55º 0.38% 0.66% -
HSV(B) 24.55º 0.33% 0.79% -
XYZ 41.38 40.01 28.46 -
YUV 170.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 201 162 135 0 0.19 0.33 0.21 24.55 0.38 0.66
Hex C9 A2 87 0 13 21 15 19 26 42
Octal 311 242 207 0 23 41 25 31 46 102
Binary 11001001 10100010 10000111 0 10011 100001 10101 11001 100110 1000010

Color Harmonies of #C9A287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A287

Black with #C9A287

Text Example


Text Example

White with #C9A287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A287; }

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

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

background-color css

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

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

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

border-color css

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

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

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