#C0A25B

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

Shades of Laser #C0A25B

Tints of Laser #C0A25B

Color information

#C0A25B (or 0xC0A25B) is unknown color: approx Laser. HEX triplet: C0, A2 and 5B. RGB value is (192,162,91). Sum of RGB (Red+Green+Blue) = 192+162+91=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A25B is #3F5DA4. Grayscale: #A3A3A3. Windows color (decimal): -4152741 or 6005440. OLE color: 6005440.

HSL color Cylindrical-coordinate representation of color #C0A25B: hue angle of 42.18º degrees, saturation: 0.44, 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 #C0A25B is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19216291-
CMYK00.160.530.25
HSL42.18º44.49%55.49%-
HSV(B)42.18º52.6%75.29%-
XYZ36.5537.815.27-
YUV162.8887.44148.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 91 (35.94% from 255) = 20.45%
R=43.15%
G=36.40%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921629100.160.530.2542.1844.4955.49
HexC0A25B01035192a2c37
Octal3002421330206531525467
Binary1100000010100010101101101000011010111001101010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A25B; }

 p { color: rgb(192,162,91); }

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

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

 a { background-color: rgb(192,162,91); }

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

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

 span { border-color: rgb(192,162,91); }

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