Html Css Color HEX #C9A084 Rodeo Dust

📋 copy color: '#C9A084'

red 201 ◦ green 160 ◦ blue 132

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

Shades of Rodeo Dust #C9A084

Tints of Rodeo Dust #C9A084

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.45%

 BLUE value IS 132 (51.95% from 255) = 26.77%

R = 40.77%
G = 32.45%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C9A084 (or 0xC9A084) is known color: Rodeo Dust. HEX triplet: C9, A0 and 84. RGB value is (201,160,132). Sum of RGB (Red+Green+Blue) = 201+160+132=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A084 is #365F7B. Grayscale: #A9A9A9. Windows color (decimal): -3563388 or 8691913. OLE color: 8691913.

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

Color convert

RGB 201 160 132 -
CMYK 0 0.20 0.34 0.21
HSL 24.35º 0.39% 0.65% -
HSV(B) 24.35º 0.34% 0.79% -
XYZ 40.82 39.23 27.25 -
YUV 169.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 201 160 132 0 0.20 0.34 0.21 24.35 0.39 0.65
Hex C9 A0 84 0 14 22 15 18 27 41
Octal 311 240 204 0 24 42 25 30 47 101
Binary 11001001 10100000 10000100 0 10100 100010 10101 11000 100111 1000001

Color Harmonies of #C9A084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A084

Black with #C9A084

Text Example


Text Example

White with #C9A084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A084; }

 p { color: rgb(201,160,132); }

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

background-color css

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

 a { background-color: rgb(201,160,132); }

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

border-color css

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

 span { border-color: rgb(201,160,132); }

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