#C8AA62

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

Shades of Laser #C8AA62

Tints of Laser #C8AA62

Color information

#C8AA62 (or 0xC8AA62) is unknown color: approx Laser. HEX triplet: C8, AA and 62. RGB value is (200,170,98). Sum of RGB (Red+Green+Blue) = 200+170+98=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA62 is #37559D. Grayscale: #ABABAB. Windows color (decimal): -3626398 or 6466248. OLE color: 6466248.

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

Color convert

RGB20017098-
CMYK00.150.510.22
HSL42.35º48.11%58.43%-
HSV(B)42.35º51%78.43%-
XYZ40.441.9117.52-
YUV170.7686.94148.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 98 (38.67% from 255) = 20.94%
R=42.74%
G=36.32%
B=20.94%

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
Decimal2001709800.150.510.2242.3548.1158.43
HexC8AA620F33162a303a
Octal3102521420176326526072
Binary110010001010101011000100111111001110110101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA62; }

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

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

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

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

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

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

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

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