#C7A766

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

Shades of Laser #C7A766

Tints of Laser #C7A766

Color information

#C7A766 (or 0xC7A766) is unknown color: approx Laser. HEX triplet: C7, A7 and 66. RGB value is (199,167,102). Sum of RGB (Red+Green+Blue) = 199+167+102=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A766 is #385899. Grayscale: #A9A9A9. Windows color (decimal): -3692698 or 6727623. OLE color: 6727623.

HSL color Cylindrical-coordinate representation of color #C7A766: hue angle of 40.21º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7A766 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB199167102-
CMYK00.160.490.22
HSL40.21º46.41%59.02%-
HSV(B)40.21º48.74%78.04%-
XYZ39.7740.7418.34-
YUV169.1690.1149.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 167 (65.62% from 255) = 35.68%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=42.52%
G=35.68%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916710200.160.490.2240.2146.4159.02
HexC7A7660103116282e3b
Octal3072471460206126505673
Binary1100011110100111110011001000011000110110101000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A766; }

 p { color: rgb(199,167,102); }

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

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

 a { background-color: rgb(199,167,102); }

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

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

 span { border-color: rgb(199,167,102); }

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