Html Css Color HEX #C9A08B Rodeo Dust

📋 copy color: '#C9A08B'

red 201 ◦ green 160 ◦ blue 139

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

Shades of Rodeo Dust #C9A08B

Tints of Rodeo Dust #C9A08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.8%

R = 40.2%
G = 32%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9A08B (or 0xC9A08B) is known color: Rodeo Dust. HEX triplet: C9, A0 and 8B. RGB value is (201,160,139). Sum of RGB (Red+Green+Blue) = 201+160+139=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A08B is #365F74. Grayscale: #A9A9A9. Windows color (decimal): -3563381 or 9150665. OLE color: 9150665.

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

Color convert

RGB 201 160 139 -
CMYK 0 0.20 0.31 0.21
HSL 20.32º 0.36% 0.67% -
HSV(B) 20.32º 0.31% 0.79% -
XYZ 41.32 39.42 29.86 -
YUV 169.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 201 160 139 0 0.20 0.31 0.21 20.32 0.36 0.67
Hex C9 A0 8B 0 14 1F 15 14 24 43
Octal 311 240 213 0 24 37 25 24 44 103
Binary 11001001 10100000 10001011 0 10100 11111 10101 10100 100100 1000011

Color Harmonies of #C9A08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A08B

Black with #C9A08B

Text Example


Text Example

White with #C9A08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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