#C29F52

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

Shades of Sundance #C29F52

Tints of Sundance #C29F52

Color information

#C29F52 (or 0xC29F52) is unknown color: approx Sundance. HEX triplet: C2, 9F and 52. RGB value is (194,159,82). Sum of RGB (Red+Green+Blue) = 194+159+82=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F52 is #3D60AD. Grayscale: #A1A1A1. Windows color (decimal): -4022446 or 5414850. OLE color: 5414850.

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

Color convert

RGB19415982-
CMYK00.180.580.24
HSL41.25º47.86%54.12%-
HSV(B)41.25º57.73%76.08%-
XYZ36.1736.8713.19-
YUV160.6983.6151.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 82 (32.42% from 255) = 18.85%
R=44.60%
G=36.55%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941598200.180.580.2441.2547.8654.12
HexC29F520123A18293036
Octal3022371220227230516066
Binary1100001010011111101001001001011101011000101001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29F52; }

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

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

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

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

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

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

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

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