#C7AE66

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

Shades of Laser #C7AE66

Tints of Laser #C7AE66

Color information

#C7AE66 (or 0xC7AE66) is unknown color: approx Laser. HEX triplet: C7, AE and 66. RGB value is (199,174,102). Sum of RGB (Red+Green+Blue) = 199+174+102=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AE66 is #385199. Grayscale: #ADADAD. Windows color (decimal): -3690906 or 6729415. OLE color: 6729415.

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

Color convert

RGB199174102-
CMYK00.130.490.22
HSL44.54º46.41%59.02%-
HSV(B)44.54º48.74%78.04%-
XYZ41.0943.3718.78-
YUV173.2787.78146.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=41.89%
G=36.63%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917410200.130.490.2244.5446.4159.02
HexC7AE660D31162d2e3b
Octal3072561460156126555673
Binary110001111010111011001100110111000110110101101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE66; }

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

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

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

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

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

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

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

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