#C99D7F

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

Shades of Rodeo Dust #C99D7F

Tints of Rodeo Dust #C99D7F

Color information

#C99D7F (or 0xC99D7F) is unknown color: approx Rodeo Dust. HEX triplet: C9, 9D and 7F. RGB value is (201,157,127). Sum of RGB (Red+Green+Blue) = 201+157+127=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D7F is #366280. Grayscale: #A6A6A6. Windows color (decimal): -3564161 or 8363465. OLE color: 8363465.

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

Color convert

RGB201157127-
CMYK00.220.370.21
HSL24.32º40.66%64.31%-
HSV(B)24.32º36.82%78.82%-
XYZ39.9838.0625.32-
YUV166.74105.58152.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 127 (50% from 255) = 26.19%
R=41.44%
G=32.37%
B=26.19%

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
Decimal20115712700.220.370.2124.3240.6664.31
HexC99D7F0162515182940
Octal31123517702645253051100
Binary1100100110011101111111101011010010110101110001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D7F; }

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

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

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

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

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

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

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

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