#C3A262

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

Shades of Laser #C3A262

Tints of Laser #C3A262

Color information

#C3A262 (or 0xC3A262) is unknown color: approx Laser. HEX triplet: C3, A2 and 62. RGB value is (195,162,98). Sum of RGB (Red+Green+Blue) = 195+162+98=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A262 is #3C5D9D. Grayscale: #A4A4A4. Windows color (decimal): -3956126 or 6464195. OLE color: 6464195.

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

Color convert

RGB19516298-
CMYK00.170.500.24
HSL39.59º44.7%57.45%-
HSV(B)39.59º49.74%76.47%-
XYZ37.6338.3216.97-
YUV164.5790.43149.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=42.86%
G=35.60%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951629800.170.500.2439.5944.757.45
HexC3A2620113218282d39
Octal3032421420216230505571
Binary1100001110100010110001001000111001011000101000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A262; }

 p { color: rgb(195,162,98); }

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

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

 a { background-color: rgb(195,162,98); }

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

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

 span { border-color: rgb(195,162,98); }

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