#C29D83

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

Shades of Rodeo Dust #C29D83

Tints of Rodeo Dust #C29D83

Color information

#C29D83 (or 0xC29D83) is unknown color: approx Rodeo Dust. HEX triplet: C2, 9D and 83. RGB value is (194,157,131). Sum of RGB (Red+Green+Blue) = 194+157+131=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D83 is #3D627C. Grayscale: #A5A5A5. Windows color (decimal): -4022909 or 8625602. OLE color: 8625602.

HSL color Cylindrical-coordinate representation of color #C29D83: hue angle of 24.76º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29D83 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB194157131-
CMYK00.190.320.24
HSL24.76º34.05%63.73%-
HSV(B)24.76º32.47%76.08%-
XYZ38.437.2226.63-
YUV165.1108.76148.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=40.25%
G=32.57%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415713100.190.320.2424.7634.0563.73
HexC29D830132018192240
Octal30223520302340303142100
Binary11000010100111011000001101001110000011000110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D83; }

 p { color: rgb(194,157,131); }

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

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

 a { background-color: rgb(194,157,131); }

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

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

 span { border-color: rgb(194,157,131); }

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