Html Css Color HEX #C9AB88 Rodeo Dust

📋 copy color: '#C9AB88'

red 201 ◦ green 171 ◦ blue 136

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

Shades of Rodeo Dust #C9AB88

Tints of Rodeo Dust #C9AB88

RGB

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

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

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

R = 39.57%
G = 33.66%
B = 26.77%

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

#C9AB88 (or 0xC9AB88) is known color: Rodeo Dust. HEX triplet: C9, AB and 88. RGB value is (201,171,136). Sum of RGB (Red+Green+Blue) = 201+171+136=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB88 is #365477. Grayscale: #B0B0B0. Windows color (decimal): -3560568 or 8956873. OLE color: 8956873.

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

Color convert

RGB 201 171 136 -
CMYK 0 0.15 0.32 0.21
HSL 32.31º 0.38% 0.66% -
HSV(B) 32.31º 0.32% 0.79% -
XYZ 43.09 43.32 29.38 -
YUV 175.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 201 171 136 0 0.15 0.32 0.21 32.31 0.38 0.66
Hex C9 AB 88 0 F 20 15 20 26 42
Octal 311 253 210 0 17 40 25 40 46 102
Binary 11001001 10101011 10001000 0 1111 100000 10101 100000 100110 1000010

Color Harmonies of #C9AB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB88

Black with #C9AB88

Text Example


Text Example

White with #C9AB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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