#C2B555

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

Shades of Sundance #C2B555

Tints of Sundance #C2B555

Color information

#C2B555 (or 0xC2B555) is unknown color: approx Sundance. HEX triplet: C2, B5 and 55. RGB value is (194,181,85). Sum of RGB (Red+Green+Blue) = 194+181+85=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B555 is #3D4AAA. Grayscale: #AEAEAE. Windows color (decimal): -4016811 or 5617090. OLE color: 5617090.

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

Color convert

RGB19418185-
CMYK00.070.560.24
HSL52.84º47.19%54.71%-
HSV(B)52.84º56.19%76.08%-
XYZ40.4145.1715.18-
YUV173.9477.81142.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 85 (33.59% from 255) = 18.48%
R=42.17%
G=39.35%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941818500.070.560.2452.8447.1954.71
HexC2B555073818352f37
Octal302265125077030655767
Binary11000010101101011010101011111100011000110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B555; }

 p { color: rgb(194,181,85); }

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

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

 a { background-color: rgb(194,181,85); }

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

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

 span { border-color: rgb(194,181,85); }

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