#C2B156

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

Shades of Sundance #C2B156

Tints of Sundance #C2B156

Color information

#C2B156 (or 0xC2B156) is unknown color: approx Sundance. HEX triplet: C2, B1 and 56. RGB value is (194,177,86). Sum of RGB (Red+Green+Blue) = 194+177+86=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B156 is #3D4EA9. Grayscale: #ACACAC. Windows color (decimal): -4017834 or 5681602. OLE color: 5681602.

HSL color Cylindrical-coordinate representation of color #C2B156: hue angle of 50.56º 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 #C2B156 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19417786-
CMYK00.090.560.24
HSL50.56º46.96%54.9%-
HSV(B)50.56º55.67%76.08%-
XYZ39.6543.5915.13-
YUV171.7179.63143.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 177 (69.53% from 255) = 38.73%
BLUE value IS 86 (33.98% from 255) = 18.82%
R=42.45%
G=38.73%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941778600.090.560.2450.5646.9654.9
HexC2B156093818332f37
Octal3022611260117030635767
Binary110000101011000110101100100111100011000110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B156; }

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

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

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

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

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

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

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

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