#C0A356

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

Shades of Laser #C0A356

Tints of Laser #C0A356

Color information

#C0A356 (or 0xC0A356) is unknown color: approx Laser. HEX triplet: C0, A3 and 56. RGB value is (192,163,86). Sum of RGB (Red+Green+Blue) = 192+163+86=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A356 is #3F5CA9. Grayscale: #A3A3A3. Windows color (decimal): -4152490 or 5678016. OLE color: 5678016.

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

Color convert

RGB19216386-
CMYK00.150.550.25
HSL43.58º45.69%54.51%-
HSV(B)43.58º55.21%75.29%-
XYZ36.5238.0714.23-
YUV162.8984.61148.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=43.54%
G=36.96%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921638600.150.550.2543.5845.6954.51
HexC0A3560F37192c2e37
Octal3002431260176731545667
Binary110000001010001110101100111111011111001101100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A356; }

 p { color: rgb(192,163,86); }

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

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

 a { background-color: rgb(192,163,86); }

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

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

 span { border-color: rgb(192,163,86); }

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