#C99F81

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

Shades of Rodeo Dust #C99F81

Tints of Rodeo Dust #C99F81

Color information

#C99F81 (or 0xC99F81) is unknown color: approx Rodeo Dust. HEX triplet: C9, 9F and 81. RGB value is (201,159,129). Sum of RGB (Red+Green+Blue) = 201+159+129=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99F81 is #36607E. Grayscale: #A8A8A8. Windows color (decimal): -3563647 or 8495049. OLE color: 8495049.

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

Color convert

RGB201159129-
CMYK00.210.360.21
HSL25º40%64.71%-
HSV(B)25º35.82%78.82%-
XYZ40.4538.826.13-
YUV168.14105.91151.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=41.10%
G=32.52%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115912900.210.360.21254064.71
HexC99F810152415192841
Octal31123720102544253150101
Binary11001001100111111000000101010110010010101110011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99F81; }

 p { color: rgb(201,159,129); }

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

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

 a { background-color: rgb(201,159,129); }

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

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

 span { border-color: rgb(201,159,129); }

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