Html Css Color HEX #C9AB89 Rodeo Dust

📋 copy color: '#C9AB89'

red 201 ◦ green 171 ◦ blue 137

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

Shades of Rodeo Dust #C9AB89

Tints of Rodeo Dust #C9AB89

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.6%

 BLUE value IS 137 (53.91% from 255) = 26.92%

R = 39.49%
G = 33.6%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C9AB89 (or 0xC9AB89) is known color: Rodeo Dust. HEX triplet: C9, AB and 89. RGB value is (201,171,137). Sum of RGB (Red+Green+Blue) = 201+171+137=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB89 is #365476. Grayscale: #B0B0B0. Windows color (decimal): -3560567 or 9022409. OLE color: 9022409.

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

Color convert

RGB 201 171 137 -
CMYK 0 0.15 0.32 0.21
HSL 31.88º 0.37% 0.66% -
HSV(B) 31.88º 0.32% 0.79% -
XYZ 43.17 43.35 29.76 -
YUV 176.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 201 171 137 0 0.15 0.32 0.21 31.88 0.37 0.66
Hex C9 AB 89 0 F 20 15 20 25 42
Octal 311 253 211 0 17 40 25 40 45 102
Binary 11001001 10101011 10001001 0 1111 100000 10101 100000 100101 1000010

Color Harmonies of #C9AB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB89

Black with #C9AB89

Text Example


Text Example

White with #C9AB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB89; }

 p { color: rgb(201,171,137); }

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

background-color css

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

 a { background-color: rgb(201,171,137); }

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

border-color css

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

 span { border-color: rgb(201,171,137); }

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