#C0A75A

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

Shades of Laser #C0A75A

Tints of Laser #C0A75A

Color information

#C0A75A (or 0xC0A75A) is unknown color: approx Laser. HEX triplet: C0, A7 and 5A. RGB value is (192,167,90). Sum of RGB (Red+Green+Blue) = 192+167+90=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A75A is #3F58A5. Grayscale: #A6A6A6. Windows color (decimal): -4151462 or 5941184. OLE color: 5941184.

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

Color convert

RGB19216790-
CMYK00.130.530.25
HSL45.29º44.74%55.29%-
HSV(B)45.29º53.12%75.29%-
XYZ37.439.5815.34-
YUV165.785.28146.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 167 (65.62% from 255) = 37.19%
BLUE value IS 90 (35.55% from 255) = 20.04%
R=42.76%
G=37.19%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921679000.130.530.2545.2944.7455.29
HexC0A75A0D35192d2d37
Octal3002471320156531555567
Binary110000001010011110110100110111010111001101101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A75A; }

 p { color: rgb(192,167,90); }

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

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

 a { background-color: rgb(192,167,90); }

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

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

 span { border-color: rgb(192,167,90); }

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