#C99A7E

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

Shades of Rodeo Dust #C99A7E

Tints of Rodeo Dust #C99A7E

Color information

#C99A7E (or 0xC99A7E) is unknown color: approx Rodeo Dust. HEX triplet: C9, 9A and 7E. RGB value is (201,154,126). Sum of RGB (Red+Green+Blue) = 201+154+126=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A7E is #366581. Grayscale: #A5A5A5. Windows color (decimal): -3564930 or 8297161. OLE color: 8297161.

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

Color convert

RGB201154126-
CMYK00.230.370.21
HSL22.4º40.98%64.12%-
HSV(B)22.4º37.31%78.82%-
XYZ39.4137.0424.81-
YUV164.86106.07153.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.79%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=41.79%
G=32.02%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115412600.230.370.2122.440.9864.12
HexC99A7E0172515162940
Octal31123217602745252651100
Binary1100100110011010111111001011110010110101101101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A7E; }

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

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

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

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

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

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

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

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