#C2B355

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

Shades of Sundance #C2B355

Tints of Sundance #C2B355

Color information

#C2B355 (or 0xC2B355) is unknown color: approx Sundance. HEX triplet: C2, B3 and 55. RGB value is (194,179,85). Sum of RGB (Red+Green+Blue) = 194+179+85=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B355 is #3D4CAA. Grayscale: #ADADAD. Windows color (decimal): -4017323 or 5616578. OLE color: 5616578.

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

Color convert

RGB19417985-
CMYK00.080.560.24
HSL51.74º47.19%54.71%-
HSV(B)51.74º56.19%76.08%-
XYZ40.0144.3715.05-
YUV172.7778.47143.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.36%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 85 (33.59% from 255) = 18.56%
R=42.36%
G=39.08%
B=18.56%

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
Decimal1941798500.080.560.2451.7447.1954.71
HexC2B355083818342f37
Octal3022631250107030645767
Binary110000101011001110101010100011100011000110100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B355; }

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

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

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

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

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

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

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

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