Html Css Color HEX #C9A080 Rodeo Dust

📋 copy color: '#C9A080'

red 201 ◦ green 160 ◦ blue 128

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

Shades of Rodeo Dust #C9A080

Tints of Rodeo Dust #C9A080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.18%

R = 41.1%
G = 32.72%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C9A080 (or 0xC9A080) is known color: Rodeo Dust. HEX triplet: C9, A0 and 80. RGB value is (201,160,128). Sum of RGB (Red+Green+Blue) = 201+160+128=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A080 is #365F7F. Grayscale: #A8A8A8. Windows color (decimal): -3563392 or 8429769. OLE color: 8429769.

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

Color convert

RGB 201 160 128 -
CMYK 0 0.20 0.36 0.21
HSL 26.3º 0.4% 0.65% -
HSV(B) 26.3º 0.36% 0.79% -
XYZ 40.55 39.12 25.84 -
YUV 168.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 201 160 128 0 0.20 0.36 0.21 26.3 0.4 0.65
Hex C9 A0 80 0 14 24 15 1A 28 41
Octal 311 240 200 0 24 44 25 32 50 101
Binary 11001001 10100000 10000000 0 10100 100100 10101 11010 101000 1000001

Color Harmonies of #C9A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A080

Black with #C9A080

Text Example


Text Example

White with #C9A080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A080; }

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

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

background-color css

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

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

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

border-color css

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

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

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