#C2B352

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

Shades of Sundance #C2B352

Tints of Sundance #C2B352

Color information

#C2B352 (or 0xC2B352) is unknown color: approx Sundance. HEX triplet: C2, B3 and 52. RGB value is (194,179,82). Sum of RGB (Red+Green+Blue) = 194+179+82=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B352 is #3D4CAD. Grayscale: #ACACAC. Windows color (decimal): -4017326 or 5419970. OLE color: 5419970.

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

Color convert

RGB19417982-
CMYK00.080.580.24
HSL51.96º47.86%54.12%-
HSV(B)51.96º57.73%76.08%-
XYZ39.8944.3214.43-
YUV172.4376.97143.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 82 (32.42% from 255) = 18.02%
R=42.64%
G=39.34%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941798200.080.580.2451.9647.8654.12
HexC2B352083A18343036
Octal3022631220107230646066
Binary110000101011001110100100100011101011000110100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B352; }

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

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

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

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

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

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

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

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