#C7AB61

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

Shades of Laser #C7AB61

Tints of Laser #C7AB61

Color information

#C7AB61 (or 0xC7AB61) is unknown color: approx Laser. HEX triplet: C7, AB and 61. RGB value is (199,171,97). Sum of RGB (Red+Green+Blue) = 199+171+97=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB61 is #38549E. Grayscale: #ABABAB. Windows color (decimal): -3691679 or 6400967. OLE color: 6400967.

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

Color convert

RGB19917197-
CMYK00.140.510.22
HSL43.53º47.66%58.04%-
HSV(B)43.53º51.26%78.04%-
XYZ40.2742.1317.32-
YUV170.9486.28148.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=42.61%
G=36.62%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991719700.140.510.2243.5347.6658.04
HexC7AB610E33162c303a
Octal3072531410166326546072
Binary110001111010101111000010111011001110110101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB61; }

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

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

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

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

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

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

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

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