#C7A163

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

Shades of Laser #C7A163

Tints of Laser #C7A163

Color information

#C7A163 (or 0xC7A163) is unknown color: approx Laser. HEX triplet: C7, A1 and 63. RGB value is (199,161,99). Sum of RGB (Red+Green+Blue) = 199+161+99=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A163 is #385E9C. Grayscale: #A5A5A5. Windows color (decimal): -3694237 or 6529479. OLE color: 6529479.

HSL color Cylindrical-coordinate representation of color #C7A163: hue angle of 37.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7A163 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB19916199-
CMYK00.190.500.22
HSL37.2º47.17%58.43%-
HSV(B)37.2º50.25%78.04%-
XYZ38.5538.5317.21-
YUV165.2990.59152.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.36%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 99 (39.06% from 255) = 21.57%
R=43.36%
G=35.08%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991619900.190.500.2237.247.1758.43
HexC7A1630133216252f3a
Octal3072411430236226455772
Binary1100011110100001110001101001111001010110100101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A163; }

 p { color: rgb(199,161,99); }

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

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

 a { background-color: rgb(199,161,99); }

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

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

 span { border-color: rgb(199,161,99); }

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