#C89D85

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

Shades of Rodeo Dust #C89D85

Tints of Rodeo Dust #C89D85

Color information

#C89D85 (or 0xC89D85) is unknown color: approx Rodeo Dust. HEX triplet: C8, 9D and 85. RGB value is (200,157,133). Sum of RGB (Red+Green+Blue) = 200+157+133=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89D85 is #37627A. Grayscale: #A7A7A7. Windows color (decimal): -3629691 or 8756680. OLE color: 8756680.

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

Color convert

RGB200157133-
CMYK00.220.340.22
HSL21.49º37.85%65.29%-
HSV(B)21.49º33.5%78.43%-
XYZ40.1138.0927.43-
YUV167.12108.75151.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=40.82%
G=32.04%
B=27.14%

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
Decimal20015713300.220.340.2221.4937.8565.29
HexC89D850162216152641
Octal31023520502642262546101
Binary11001000100111011000010101011010001010110101011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89D85; }

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

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

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

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

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

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

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

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