#C7A25E

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

Shades of Laser #C7A25E

Tints of Laser #C7A25E

Color information

#C7A25E (or 0xC7A25E) is unknown color: approx Laser. HEX triplet: C7, A2 and 5E. RGB value is (199,162,94). Sum of RGB (Red+Green+Blue) = 199+162+94=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A25E is #385DA1. Grayscale: #A5A5A5. Windows color (decimal): -3693986 or 6202055. OLE color: 6202055.

HSL color Cylindrical-coordinate representation of color #C7A25E: hue angle of 38.86º degrees, saturation: 0.48, 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 #C7A25E is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB19916294-
CMYK00.190.530.22
HSL38.86º48.39%57.45%-
HSV(B)38.86º52.76%78.04%-
XYZ38.4938.7916.05-
YUV165.3187.76152.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=43.74%
G=35.60%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991629400.190.530.2238.8648.3957.45
HexC7A25E0133516273039
Octal3072421360236526476071
Binary1100011110100010101111001001111010110110100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A25E; }

 p { color: rgb(199,162,94); }

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

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

 a { background-color: rgb(199,162,94); }

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

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

 span { border-color: rgb(199,162,94); }

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