#C7A962

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

Shades of Laser #C7A962

Tints of Laser #C7A962

Color information

#C7A962 (or 0xC7A962) is unknown color: approx Laser. HEX triplet: C7, A9 and 62. RGB value is (199,169,98). Sum of RGB (Red+Green+Blue) = 199+169+98=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A962 is #38569D. Grayscale: #AAAAAA. Windows color (decimal): -3692190 or 6465991. OLE color: 6465991.

HSL color Cylindrical-coordinate representation of color #C7A962: hue angle of 42.18º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7A962 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19916998-
CMYK00.150.510.22
HSL42.18º47.42%58.24%-
HSV(B)42.18º50.75%78.04%-
XYZ39.9541.417.44-
YUV169.8887.44148.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.70%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=42.70%
G=36.27%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991699800.150.510.2242.1847.4258.24
HexC7A9620F33162a2f3a
Octal3072511420176326525772
Binary110001111010100111000100111111001110110101010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A962; }

 p { color: rgb(199,169,98); }

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

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

 a { background-color: rgb(199,169,98); }

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

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

 span { border-color: rgb(199,169,98); }

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