#C7A261

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

Shades of Laser #C7A261

Tints of Laser #C7A261

Color information

#C7A261 (or 0xC7A261) is unknown color: approx Laser. HEX triplet: C7, A2 and 61. RGB value is (199,162,97). Sum of RGB (Red+Green+Blue) = 199+162+97=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A261 is #385D9E. Grayscale: #A5A5A5. Windows color (decimal): -3693983 or 6398663. OLE color: 6398663.

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

Color convert

RGB19916297-
CMYK00.190.510.22
HSL38.24º47.66%58.04%-
HSV(B)38.24º51.26%78.04%-
XYZ38.6338.8516.77-
YUV165.6589.26151.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.45%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=43.45%
G=35.37%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991629700.190.510.2238.2447.6658.04
HexC7A261013331626303a
Octal3072421410236326466072
Binary1100011110100010110000101001111001110110100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A261; }

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

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

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

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

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

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

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

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