#C29E87

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

Shades of Rodeo Dust #C29E87

Tints of Rodeo Dust #C29E87

Color information

#C29E87 (or 0xC29E87) is unknown color: approx Rodeo Dust. HEX triplet: C2, 9E and 87. RGB value is (194,158,135). Sum of RGB (Red+Green+Blue) = 194+158+135=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E87 is #3D6178. Grayscale: #A6A6A6. Windows color (decimal): -4022649 or 8888002. OLE color: 8888002.

HSL color Cylindrical-coordinate representation of color #C29E87: hue angle of 23.39º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29E87 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194158135-
CMYK00.190.300.24
HSL23.39º32.6%64.51%-
HSV(B)23.39º30.41%76.08%-
XYZ38.8537.6728.15-
YUV166.14110.43147.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 135 (53.12% from 255) = 27.72%
R=39.84%
G=32.44%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415813500.190.300.2423.3932.664.51
HexC29E870131E18172141
Octal30223620702336302741101
Binary1100001010011110100001110100111111011000101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E87; }

 p { color: rgb(194,158,135); }

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

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

 a { background-color: rgb(194,158,135); }

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

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

 span { border-color: rgb(194,158,135); }

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