#C99C7F

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

Shades of Rodeo Dust #C99C7F

Tints of Rodeo Dust #C99C7F

Color information

#C99C7F (or 0xC99C7F) is unknown color: approx Rodeo Dust. HEX triplet: C9, 9C and 7F. RGB value is (201,156,127). Sum of RGB (Red+Green+Blue) = 201+156+127=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99C7F is #366380. Grayscale: #A6A6A6. Windows color (decimal): -3564417 or 8363209. OLE color: 8363209.

HSL color Cylindrical-coordinate representation of color #C99C7F: hue angle of 23.51º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C99C7F is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB201156127-
CMYK00.220.370.21
HSL23.51º40.66%64.31%-
HSV(B)23.51º36.82%78.82%-
XYZ39.8137.7325.26-
YUV166.15105.91152.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 127 (50% from 255) = 26.24%
R=41.53%
G=32.23%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115612700.220.370.2123.5140.6664.31
HexC99C7F0162515182940
Octal31123417702645253051100
Binary1100100110011100111111101011010010110101110001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99C7F; }

 p { color: rgb(201,156,127); }

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

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

 a { background-color: rgb(201,156,127); }

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

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

 span { border-color: rgb(201,156,127); }

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