#C59C84

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

Shades of Rodeo Dust #C59C84

Tints of Rodeo Dust #C59C84

Color information

#C59C84 (or 0xC59C84) is unknown color: approx Rodeo Dust. HEX triplet: C5, 9C and 84. RGB value is (197,156,132). Sum of RGB (Red+Green+Blue) = 197+156+132=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59C84 is #3A637B. Grayscale: #A5A5A5. Windows color (decimal): -3826556 or 8690885. OLE color: 8690885.

HSL color Cylindrical-coordinate representation of color #C59C84: hue angle of 22.15º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C59C84 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB197156132-
CMYK00.210.330.23
HSL22.15º35.91%64.51%-
HSV(B)22.15º32.99%77.25%-
XYZ39.0837.3126.97-
YUV165.52109.08150.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.62%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=40.62%
G=32.16%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715613200.210.330.2322.1535.9164.51
HexC59C840152117162441
Octal30523420402541272644101
Binary11000101100111001000010001010110000110111101101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59C84; }

 p { color: rgb(197,156,132); }

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

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

 a { background-color: rgb(197,156,132); }

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

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

 span { border-color: rgb(197,156,132); }

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