#C0A165

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

Shades of Laser #C0A165

Tints of Laser #C0A165

Color information

#C0A165 (or 0xC0A165) is unknown color: approx Laser. HEX triplet: C0, A1 and 65. RGB value is (192,161,101). Sum of RGB (Red+Green+Blue) = 192+161+101=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A165 is #3F5E9A. Grayscale: #A3A3A3. Windows color (decimal): -4152987 or 6660544. OLE color: 6660544.

HSL color Cylindrical-coordinate representation of color #C0A165: hue angle of 39.56º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0A165 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB192161101-
CMYK00.160.470.25
HSL39.56º41.94%57.45%-
HSV(B)39.56º47.4%75.29%-
XYZ36.8337.6417.64-
YUV163.4392.77148.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 101 (39.84% from 255) = 22.25%
R=42.29%
G=35.46%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216110100.160.470.2539.5641.9457.45
HexC0A1650102F19282a39
Octal3002411450205731505271
Binary1100000010100001110010101000010111111001101000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A165; }

 p { color: rgb(192,161,101); }

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

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

 a { background-color: rgb(192,161,101); }

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

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

 span { border-color: rgb(192,161,101); }

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