#C7A75D

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

Shades of Laser #C7A75D

Tints of Laser #C7A75D

Color information

#C7A75D (or 0xC7A75D) is unknown color: approx Laser. HEX triplet: C7, A7 and 5D. RGB value is (199,167,93). Sum of RGB (Red+Green+Blue) = 199+167+93=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A75D is #3858A2. Grayscale: #A8A8A8. Windows color (decimal): -3692707 or 6137799. OLE color: 6137799.

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

Color convert

RGB19916793-
CMYK00.160.530.22
HSL41.89º48.62%57.25%-
HSV(B)41.89º53.27%78.04%-
XYZ39.3540.5716.11-
YUV168.1385.6150.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.36%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=43.36%
G=36.38%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991679300.160.530.2241.8948.6257.25
HexC7A75D01035162a3139
Octal3072471350206526526171
Binary1100011110100111101110101000011010110110101010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A75D; }

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

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

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

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

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

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

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

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