#C79F58

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

Shades of Laser #C79F58

Tints of Laser #C79F58

Color information

#C79F58 (or 0xC79F58) is unknown color: approx Laser. HEX triplet: C7, 9F and 58. RGB value is (199,159,88). Sum of RGB (Red+Green+Blue) = 199+159+88=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79F58 is #3860A7. Grayscale: #A3A3A3. Windows color (decimal): -3694760 or 5808071. OLE color: 5808071.

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

Color convert

RGB19915988-
CMYK00.200.560.22
HSL38.38º49.78%56.27%-
HSV(B)38.38º55.78%78.04%-
XYZ37.7137.6414.51-
YUV162.8785.75153.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 88 (34.77% from 255) = 19.73%
R=44.62%
G=35.65%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991598800.200.560.2238.3849.7856.27
HexC79F580143816263238
Octal3072371300247026466270
Binary1100011110011111101100001010011100010110100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79F58; }

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

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

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

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

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

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

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

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