#C7AA62

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

Shades of Laser #C7AA62

Tints of Laser #C7AA62

Color information

#C7AA62 (or 0xC7AA62) is unknown color: approx Laser. HEX triplet: C7, AA and 62. RGB value is (199,170,98). Sum of RGB (Red+Green+Blue) = 199+170+98=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA62 is #38559D. Grayscale: #AAAAAA. Windows color (decimal): -3691934 or 6466247. OLE color: 6466247.

HSL color Cylindrical-coordinate representation of color #C7AA62: hue angle of 42.77º 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 #C7AA62 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19917098-
CMYK00.150.510.22
HSL42.77º47.42%58.24%-
HSV(B)42.77º50.75%78.04%-
XYZ40.1341.7717.5-
YUV170.4687.11148.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 98 (38.67% from 255) = 20.99%
R=42.61%
G=36.40%
B=20.99%

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
Decimal1991709800.150.510.2242.7747.4258.24
HexC7AA620F33162b2f3a
Octal3072521420176326535772
Binary110001111010101011000100111111001110110101011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AA62; }

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

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

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

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

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

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

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

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