#C3A560

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

Shades of Laser #C3A560

Tints of Laser #C3A560

Color information

#C3A560 (or 0xC3A560) is unknown color: approx Laser. HEX triplet: C3, A5 and 60. RGB value is (195,165,96). Sum of RGB (Red+Green+Blue) = 195+165+96=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A560 is #3C5A9F. Grayscale: #A6A6A6. Windows color (decimal): -3955360 or 6333891. OLE color: 6333891.

HSL color Cylindrical-coordinate representation of color #C3A560: hue angle of 41.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3A560 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19516596-
CMYK00.150.510.24
HSL41.82º45.21%57.06%-
HSV(B)41.82º50.77%76.47%-
XYZ38.0739.3616.66-
YUV166.188.44148.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 165 (64.84% from 255) = 36.18%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=42.76%
G=36.18%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951659600.150.510.2441.8245.2157.06
HexC3A5600F33182a2d39
Octal3032451400176330525571
Binary110000111010010111000000111111001111000101010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A560; }

 p { color: rgb(195,165,96); }

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

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

 a { background-color: rgb(195,165,96); }

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

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

 span { border-color: rgb(195,165,96); }

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