#C7AB59

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

Shades of Laser #C7AB59

Tints of Laser #C7AB59

Color information

#C7AB59 (or 0xC7AB59) is unknown color: approx Laser. HEX triplet: C7, AB and 59. RGB value is (199,171,89). Sum of RGB (Red+Green+Blue) = 199+171+89=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB59 is #3854A6. Grayscale: #AAAAAA. Windows color (decimal): -3691687 or 5876679. OLE color: 5876679.

HSL color Cylindrical-coordinate representation of color #C7AB59: hue angle of 44.73º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7AB59 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB19917189-
CMYK00.140.550.22
HSL44.73º49.55%56.47%-
HSV(B)44.73º55.28%78.04%-
XYZ39.9241.9915.45-
YUV170.0282.28148.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.36%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 89 (35.16% from 255) = 19.39%
R=43.36%
G=37.25%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991718900.140.550.2244.7349.5556.47
HexC7AB590E37162d3238
Octal3072531310166726556270
Binary110001111010101110110010111011011110110101101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB59; }

 p { color: rgb(199,171,89); }

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

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

 a { background-color: rgb(199,171,89); }

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

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

 span { border-color: rgb(199,171,89); }

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