#c7a558

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

Shades of Laser #C7A558

Tints of Laser #C7A558

Color information

#C7A558 (or 0xC7A558) is unknown color: approx Laser. HEX triplet: C7, A5 and 58. RGB value is (199,165,88). Sum of RGB (Red+Green+Blue) = 199+165+88=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A558 is #385AA7. Grayscale: #A6A6A6. Windows color (decimal): -3693224 or 5809607. OLE color: 5809607.

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

Color convert

RGB19916588-
CMYK00.170.560.22
HSL41.62º49.78%56.27%-
HSV(B)41.62º55.78%78.04%-
XYZ38.7739.7614.86-
YUV166.3983.76151.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.03%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 88 (34.77% from 255) = 19.47%
R=44.03%
G=36.50%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991658800.170.560.2241.6249.7856.27
HexC7A55801138162a3238
Octal3072451300217026526270
Binary1100011110100101101100001000111100010110101010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7a558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7a558; }

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

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

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

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

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

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

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

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