#C89E82

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

Shades of Rodeo Dust #C89E82

Tints of Rodeo Dust #C89E82

Color information

#C89E82 (or 0xC89E82) is unknown color: approx Rodeo Dust. HEX triplet: C8, 9E and 82. RGB value is (200,158,130). Sum of RGB (Red+Green+Blue) = 200+158+130=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89E82 is #37617D. Grayscale: #A7A7A7. Windows color (decimal): -3629438 or 8560328. OLE color: 8560328.

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

Color convert

RGB200158130-
CMYK00.210.350.22
HSL24º38.89%64.71%-
HSV(B)24º35%78.43%-
XYZ40.0838.3426.41-
YUV167.37106.91151.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=40.98%
G=32.38%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015813000.210.350.222438.8964.71
HexC89E820152316182741
Octal31023620202543263047101
Binary11001000100111101000001001010110001110110110001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89E82; }

 p { color: rgb(200,158,130); }

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

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

 a { background-color: rgb(200,158,130); }

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

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

 span { border-color: rgb(200,158,130); }

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