#C0A45F

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

Shades of Laser #C0A45F

Tints of Laser #C0A45F

Color information

#C0A45F (or 0xC0A45F) is unknown color: approx Laser. HEX triplet: C0, A4 and 5F. RGB value is (192,164,95). Sum of RGB (Red+Green+Blue) = 192+164+95=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A45F is #3F5BA0. Grayscale: #A4A4A4. Windows color (decimal): -4152225 or 6268096. OLE color: 6268096.

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

Color convert

RGB19216495-
CMYK00.150.510.25
HSL42.68º43.5%56.27%-
HSV(B)42.68º50.52%75.29%-
XYZ37.0838.5816.32-
YUV164.5188.78147.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 95 (37.5% from 255) = 21.06%
R=42.57%
G=36.36%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921649500.150.510.2542.6843.556.27
HexC0A45F0F33192b2b38
Octal3002441370176331535370
Binary110000001010010010111110111111001111001101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A45F; }

 p { color: rgb(192,164,95); }

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

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

 a { background-color: rgb(192,164,95); }

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

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

 span { border-color: rgb(192,164,95); }

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