#C7A55D

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

Shades of Laser #C7A55D

Tints of Laser #C7A55D

Color information

#C7A55D (or 0xC7A55D) is unknown color: approx Laser. HEX triplet: C7, A5 and 5D. RGB value is (199,165,93). Sum of RGB (Red+Green+Blue) = 199+165+93=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A55D is #385AA2. Grayscale: #A7A7A7. Windows color (decimal): -3693219 or 6137287. OLE color: 6137287.

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

Color convert

RGB19916593-
CMYK00.170.530.22
HSL40.75º48.62%57.25%-
HSV(B)40.75º53.27%78.04%-
XYZ38.9839.8415.99-
YUV166.9686.26150.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=43.54%
G=36.11%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991659300.170.530.2240.7548.6257.25
HexC7A55D0113516293139
Octal3072451350216526516171
Binary1100011110100101101110101000111010110110101001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A55D; }

 p { color: rgb(199,165,93); }

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

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

 a { background-color: rgb(199,165,93); }

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

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

 span { border-color: rgb(199,165,93); }

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