#C99E7E

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

Shades of Rodeo Dust #C99E7E

Tints of Rodeo Dust #C99E7E

Color information

#C99E7E (or 0xC99E7E) is unknown color: approx Rodeo Dust. HEX triplet: C9, 9E and 7E. RGB value is (201,158,126). Sum of RGB (Red+Green+Blue) = 201+158+126=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99E7E is #366181. Grayscale: #A7A7A7. Windows color (decimal): -3563906 or 8298185. OLE color: 8298185.

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

Color convert

RGB201158126-
CMYK00.210.370.21
HSL25.6º40.98%64.12%-
HSV(B)25.6º37.31%78.82%-
XYZ40.0838.3825.03-
YUV167.21104.75152.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=41.44%
G=32.58%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115812600.210.370.2125.640.9864.12
HexC99E7E01525151a2940
Octal31123617602545253251100
Binary1100100110011110111111001010110010110101110101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99E7E; }

 p { color: rgb(201,158,126); }

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

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

 a { background-color: rgb(201,158,126); }

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

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

 span { border-color: rgb(201,158,126); }

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