#C89C85

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

Shades of Rodeo Dust #C89C85

Tints of Rodeo Dust #C89C85

Color information

#C89C85 (or 0xC89C85) is unknown color: approx Rodeo Dust. HEX triplet: C8, 9C and 85. RGB value is (200,156,133). Sum of RGB (Red+Green+Blue) = 200+156+133=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89C85 is #37637A. Grayscale: #A6A6A6. Windows color (decimal): -3629947 or 8756424. OLE color: 8756424.

HSL color Cylindrical-coordinate representation of color #C89C85: hue angle of 20.6º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89C85 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200156133-
CMYK00.220.340.22
HSL20.6º37.85%65.29%-
HSV(B)20.6º33.5%78.43%-
XYZ39.9437.7527.37-
YUV166.53109.08151.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=40.90%
G=31.90%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015613300.220.340.2220.637.8565.29
HexC89C850162216152641
Octal31023420502642262546101
Binary11001000100111001000010101011010001010110101011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89C85; }

 p { color: rgb(200,156,133); }

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

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

 a { background-color: rgb(200,156,133); }

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

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

 span { border-color: rgb(200,156,133); }

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