#C0B355

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

Shades of Sundance #C0B355

Tints of Sundance #C0B355

Color information

#C0B355 (or 0xC0B355) is unknown color: approx Sundance. HEX triplet: C0, B3 and 55. RGB value is (192,179,85). Sum of RGB (Red+Green+Blue) = 192+179+85=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B355 is #3F4CAA. Grayscale: #ACACAC. Windows color (decimal): -4148395 or 5616576. OLE color: 5616576.

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

Color convert

RGB19217985-
CMYK00.070.560.25
HSL52.71º45.92%54.31%-
HSV(B)52.71º55.73%75.29%-
XYZ39.544.115.03-
YUV172.1778.81142.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 179 (70.31% from 255) = 39.25%
BLUE value IS 85 (33.59% from 255) = 18.64%
R=42.11%
G=39.25%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921798500.070.560.2552.7145.9254.31
HexC0B355073819352e36
Octal300263125077031655666
Binary11000000101100111010101011111100011001110101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B355; }

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

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

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

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

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

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

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

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