#C99A80

Color #C99A80 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #C99A80

Tints of Rodeo Dust #C99A80

Color information

#C99A80 (or 0xC99A80) is unknown color: approx Rodeo Dust. HEX triplet: C9, 9A and 80. RGB value is (201,154,128). Sum of RGB (Red+Green+Blue) = 201+154+128=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A80 is #36657F. Grayscale: #A5A5A5. Windows color (decimal): -3564928 or 8428233. OLE color: 8428233.

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

Color convert

RGB201154128-
CMYK00.230.360.21
HSL21.37º40.33%64.51%-
HSV(B)21.37º36.32%78.82%-
XYZ39.5437.0925.5-
YUV165.09107.07153.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=41.61%
G=31.88%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115412800.230.360.2121.3740.3364.51
HexC99A800172415152841
Octal31123220002744252550101
Binary11001001100110101000000001011110010010101101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A80; }

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

 H1.HeaderClassName
 {
   color: #C99A80;
 }
 .AnyTagClassName
 {
   color: #C99A80;
 }
</style>
background-color css

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

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

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

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

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

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