#C7AB5F

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

Shades of Laser #C7AB5F

Tints of Laser #C7AB5F

Color information

#C7AB5F (or 0xC7AB5F) is unknown color: approx Laser. HEX triplet: C7, AB and 5F. RGB value is (199,171,95). Sum of RGB (Red+Green+Blue) = 199+171+95=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB5F is #3854A0. Grayscale: #ABABAB. Windows color (decimal): -3691681 or 6269895. OLE color: 6269895.

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

Color convert

RGB19917195-
CMYK00.140.520.22
HSL43.85º48.15%57.65%-
HSV(B)43.85º52.26%78.04%-
XYZ40.1842.0916.83-
YUV170.7185.28148.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=42.80%
G=36.77%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991719500.140.520.2243.8548.1557.65
HexC7AB5F0E34162c303a
Octal3072531370166426546072
Binary110001111010101110111110111011010010110101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB5F; }

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

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

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

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

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

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

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

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