#C0B352

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

Shades of Sundance #C0B352

Tints of Sundance #C0B352

Color information

#C0B352 (or 0xC0B352) is unknown color: approx Sundance. HEX triplet: C0, B3 and 52. RGB value is (192,179,82). Sum of RGB (Red+Green+Blue) = 192+179+82=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B352 is #3F4CAD. Grayscale: #ACACAC. Windows color (decimal): -4148398 or 5419968. OLE color: 5419968.

HSL color Cylindrical-coordinate representation of color #C0B352: hue angle of 52.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0B352 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19217982-
CMYK00.070.570.25
HSL52.91º46.61%53.73%-
HSV(B)52.91º57.29%75.29%-
XYZ39.3844.0614.41-
YUV171.8377.31142.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 179 (70.31% from 255) = 39.51%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=42.38%
G=39.51%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921798200.070.570.2552.9146.6153.73
HexC0B352073919352f36
Octal300263122077131655766
Binary11000000101100111010010011111100111001110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B352; }

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

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

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

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

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

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

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

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