#C2B356

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

Shades of Sundance #C2B356

Tints of Sundance #C2B356

Color information

#C2B356 (or 0xC2B356) is unknown color: approx Sundance. HEX triplet: C2, B3 and 56. RGB value is (194,179,86). Sum of RGB (Red+Green+Blue) = 194+179+86=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B356 is #3D4CA9. Grayscale: #ADADAD. Windows color (decimal): -4017322 or 5682114. OLE color: 5682114.

HSL color Cylindrical-coordinate representation of color #C2B356: hue angle of 51.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2B356 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19417986-
CMYK00.080.560.24
HSL51.67º46.96%54.9%-
HSV(B)51.67º55.67%76.08%-
XYZ40.0544.3815.26-
YUV172.8878.97143.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 179 (70.31% from 255) = 39.00%
BLUE value IS 86 (33.98% from 255) = 18.74%
R=42.27%
G=39.00%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941798600.080.560.2451.6746.9654.9
HexC2B356083818342f37
Octal3022631260107030645767
Binary110000101011001110101100100011100011000110100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B356; }

 p { color: rgb(194,179,86); }

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

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

 a { background-color: rgb(194,179,86); }

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

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

 span { border-color: rgb(194,179,86); }

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