#C0A055

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

Shades of Laser #C0A055

Tints of Laser #C0A055

Color information

#C0A055 (or 0xC0A055) is unknown color: approx Laser. HEX triplet: C0, A0 and 55. RGB value is (192,160,85). Sum of RGB (Red+Green+Blue) = 192+160+85=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A055 is #3F5FAA. Grayscale: #A1A1A1. Windows color (decimal): -4153259 or 5611712. OLE color: 5611712.

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

Color convert

RGB19216085-
CMYK00.170.560.25
HSL42.06º45.92%54.31%-
HSV(B)42.06º55.73%75.29%-
XYZ35.953713.84-
YUV161.0285.1150.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 85 (33.59% from 255) = 19.45%
R=43.94%
G=36.61%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921608500.170.560.2542.0645.9254.31
HexC0A05501138192a2e36
Octal3002401250217031525666
Binary1100000010100000101010101000111100011001101010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A055; }

 p { color: rgb(192,160,85); }

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

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

 a { background-color: rgb(192,160,85); }

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

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

 span { border-color: rgb(192,160,85); }

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