#C29F7D

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

Shades of Rodeo Dust #C29F7D

Tints of Rodeo Dust #C29F7D

Color information

#C29F7D (or 0xC29F7D) is unknown color: approx Rodeo Dust. HEX triplet: C2, 9F and 7D. RGB value is (194,159,125). Sum of RGB (Red+Green+Blue) = 194+159+125=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F7D is #3D6082. Grayscale: #A5A5A5. Windows color (decimal): -4022403 or 8232898. OLE color: 8232898.

HSL color Cylindrical-coordinate representation of color #C29F7D: hue angle of 29.57º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C29F7D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB194159125-
CMYK00.180.360.24
HSL29.57º36.13%62.55%-
HSV(B)29.57º35.57%76.08%-
XYZ38.3537.7524.67-
YUV165.59105.1148.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=40.59%
G=33.26%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415912500.180.360.2429.5736.1362.55
HexC29F7D01224181e243f
Octal3022371750224430364477
Binary110000101001111111111010100101001001100011110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29F7D; }

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

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

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

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

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

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

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

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