#C39F58

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

Shades of Laser #C39F58

Tints of Laser #C39F58

Color information

#C39F58 (or 0xC39F58) is unknown color: approx Laser. HEX triplet: C3, 9F and 58. RGB value is (195,159,88). Sum of RGB (Red+Green+Blue) = 195+159+88=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39F58 is #3C60A7. Grayscale: #A1A1A1. Windows color (decimal): -3956904 or 5808067. OLE color: 5808067.

HSL color Cylindrical-coordinate representation of color #C39F58: hue angle of 39.81º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C39F58 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19515988-
CMYK00.180.550.24
HSL39.81º47.14%55.49%-
HSV(B)39.81º54.87%76.47%-
XYZ36.6737.114.46-
YUV161.6786.43151.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.12%
GREEN value IS 159 (62.5% from 255) = 35.97%
BLUE value IS 88 (34.77% from 255) = 19.91%
R=44.12%
G=35.97%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951598800.180.550.2439.8147.1455.49
HexC39F580123718282f37
Octal3032371300226730505767
Binary1100001110011111101100001001011011111000101000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39F58; }

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

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

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

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

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

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

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

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