#C0A860

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

Shades of Laser #C0A860

Tints of Laser #C0A860

Color information

#C0A860 (or 0xC0A860) is unknown color: approx Laser. HEX triplet: C0, A8 and 60. RGB value is (192,168,96). Sum of RGB (Red+Green+Blue) = 192+168+96=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A860 is #3F579F. Grayscale: #A7A7A7. Windows color (decimal): -4151200 or 6334656. OLE color: 6334656.

HSL color Cylindrical-coordinate representation of color #C0A860: hue angle of 45º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0A860 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19216896-
CMYK00.120.500.25
HSL45º43.24%56.47%-
HSV(B)45º50%75.29%-
XYZ37.8540.0616.8-
YUV166.9787.95145.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=42.11%
G=36.84%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921689600.120.500.254543.2456.47
HexC0A8600C32192d2b38
Octal3002501400146231555370
Binary110000001010100011000000110011001011001101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A860; }

 p { color: rgb(192,168,96); }

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

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

 a { background-color: rgb(192,168,96); }

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

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

 span { border-color: rgb(192,168,96); }

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