#C79E58

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

Shades of Laser #C79E58

Tints of Laser #C79E58

Color information

#C79E58 (or 0xC79E58) is unknown color: approx Laser. HEX triplet: C7, 9E and 58. RGB value is (199,158,88). Sum of RGB (Red+Green+Blue) = 199+158+88=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79E58 is #3861A7. Grayscale: #A2A2A2. Windows color (decimal): -3695016 or 5807815. OLE color: 5807815.

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

Color convert

RGB19915888-
CMYK00.210.560.22
HSL37.84º49.78%56.27%-
HSV(B)37.84º55.78%78.04%-
XYZ37.5437.314.45-
YUV162.2886.08154.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.72%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 88 (34.77% from 255) = 19.78%
R=44.72%
G=35.51%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991588800.210.560.2237.8449.7856.27
HexC79E580153816263238
Octal3072361300257026466270
Binary1100011110011110101100001010111100010110100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79E58; }

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

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

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

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

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

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

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

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