#C4B952

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

Shades of Sundance #C4B952

Tints of Sundance #C4B952

Color information

#C4B952 (or 0xC4B952) is unknown color: approx Sundance. HEX triplet: C4, B9 and 52. RGB value is (196,185,82). Sum of RGB (Red+Green+Blue) = 196+185+82=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B952 is #3B46AD. Grayscale: #B0B0B0. Windows color (decimal): -3884718 or 5421508. OLE color: 5421508.

HSL color Cylindrical-coordinate representation of color #C4B952: hue angle of 54.21º 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 #C4B952 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19618582-
CMYK00.060.580.23
HSL54.21º49.14%54.51%-
HSV(B)54.21º58.16%76.86%-
XYZ41.6447.0414.87-
YUV176.5574.64141.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 82 (32.42% from 255) = 17.71%
R=42.33%
G=39.96%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961858200.060.580.2354.2149.1454.51
HexC4B952063A17363137
Octal304271122067227666167
Binary11000100101110011010010011011101010111110110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B952; }

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

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

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

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

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

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

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

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