#c4b352

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

Shades of Sundance #C4B352

Tints of Sundance #C4B352

Color information

#C4B352 (or 0xC4B352) is unknown color: approx Sundance. HEX triplet: C4, B3 and 52. RGB value is (196,179,82). Sum of RGB (Red+Green+Blue) = 196+179+82=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B352 is #3B4CAD. Grayscale: #ADADAD. Windows color (decimal): -3886254 or 5419972. OLE color: 5419972.

HSL color Cylindrical-coordinate representation of color #C4B352: hue angle of 51.05º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4B352 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19617982-
CMYK00.090.580.23
HSL51.05º49.14%54.51%-
HSV(B)51.05º58.16%76.86%-
XYZ40.4144.5914.46-
YUV173.0276.63144.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 179 (70.31% from 255) = 39.17%
BLUE value IS 82 (32.42% from 255) = 17.94%
R=42.89%
G=39.17%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961798200.090.580.2351.0549.1454.51
HexC4B352093A17333137
Octal3042631220117227636167
Binary110001001011001110100100100111101010111110011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b352; }

 p { color: rgb(196,179,82); }

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

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

 a { background-color: rgb(196,179,82); }

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

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

 span { border-color: rgb(196,179,82); }

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