#c29f87

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

Shades of Rodeo Dust #C29F87

Tints of Rodeo Dust #C29F87

Color information

#C29F87 (or 0xC29F87) is unknown color: approx Rodeo Dust. HEX triplet: C2, 9F and 87. RGB value is (194,159,135). Sum of RGB (Red+Green+Blue) = 194+159+135=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F87 is #3D6078. Grayscale: #A6A6A6. Windows color (decimal): -4022393 or 8888258. OLE color: 8888258.

HSL color Cylindrical-coordinate representation of color #C29F87: hue angle of 24.41º 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 #C29F87 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194159135-
CMYK00.180.300.24
HSL24.41º32.6%64.51%-
HSV(B)24.41º30.41%76.08%-
XYZ39.0238.0128.2-
YUV166.73110.1147.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 135 (53.12% from 255) = 27.66%
R=39.75%
G=32.58%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415913500.180.300.2424.4132.664.51
HexC29F870121E18182141
Octal30223720702236303041101
Binary1100001010011111100001110100101111011000110001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c29f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c29f87; }

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

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

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

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

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

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

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

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