Html Css Color HEX #C9A288 Rodeo Dust

📋 copy color: '#C9A288'

red 201 ◦ green 162 ◦ blue 136

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

Shades of Rodeo Dust #C9A288

Tints of Rodeo Dust #C9A288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 40.28%
G = 32.46%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C9A288 (or 0xC9A288) is known color: Rodeo Dust. HEX triplet: C9, A2 and 88. RGB value is (201,162,136). Sum of RGB (Red+Green+Blue) = 201+162+136=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A288 is #365D77. Grayscale: #AAAAAA. Windows color (decimal): -3562872 or 8954569. OLE color: 8954569.

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

Color convert

RGB 201 162 136 -
CMYK 0 0.19 0.32 0.21
HSL 24º 0.38% 0.66% -
HSV(B) 24º 0.32% 0.79% -
XYZ 41.45 40.04 28.84 -
YUV 170.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 201 162 136 0 0.19 0.32 0.21 24 0.38 0.66
Hex C9 A2 88 0 13 20 15 18 26 42
Octal 311 242 210 0 23 40 25 30 46 102
Binary 11001001 10100010 10001000 0 10011 100000 10101 11000 100110 1000010

Color Harmonies of #C9A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A288

Black with #C9A288

Text Example


Text Example

White with #C9A288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A288; }

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

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

background-color css

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

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

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

border-color css

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

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

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