Html Css Color HEX #C9AA85 Rodeo Dust

📋 copy color: '#C9AA85'

red 201 ◦ green 170 ◦ blue 133

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

Shades of Rodeo Dust #C9AA85

Tints of Rodeo Dust #C9AA85

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.73%

 BLUE value IS 133 (52.34% from 255) = 26.39%

R = 39.88%
G = 33.73%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C9AA85 (or 0xC9AA85) is known color: Rodeo Dust. HEX triplet: C9, AA and 85. RGB value is (201,170,133). Sum of RGB (Red+Green+Blue) = 201+170+133=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AA85 is #36557A. Grayscale: #AFAFAF. Windows color (decimal): -3560827 or 8760009. OLE color: 8760009.

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

Color convert

RGB 201 170 133 -
CMYK 0 0.15 0.34 0.21
HSL 32.65º 0.39% 0.65% -
HSV(B) 32.65º 0.34% 0.79% -
XYZ 42.7 42.86 28.21 -
YUV 175.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 201 170 133 0 0.15 0.34 0.21 32.65 0.39 0.65
Hex C9 AA 85 0 F 22 15 21 27 41
Octal 311 252 205 0 17 42 25 41 47 101
Binary 11001001 10101010 10000101 0 1111 100010 10101 100001 100111 1000001

Color Harmonies of #C9AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA85

Black with #C9AA85

Text Example


Text Example

White with #C9AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA85; }

 p { color: rgb(201,170,133); }

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

background-color css

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

 a { background-color: rgb(201,170,133); }

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

border-color css

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

 span { border-color: rgb(201,170,133); }

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