#C3A862

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

Shades of Laser #C3A862

Tints of Laser #C3A862

Color information

#C3A862 (or 0xC3A862) is unknown color: approx Laser. HEX triplet: C3, A8 and 62. RGB value is (195,168,98). Sum of RGB (Red+Green+Blue) = 195+168+98=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A862 is #3C579D. Grayscale: #A8A8A8. Windows color (decimal): -3954590 or 6465731. OLE color: 6465731.

HSL color Cylindrical-coordinate representation of color #C3A862: hue angle of 43.3º 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 #C3A862 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19516898-
CMYK00.140.500.24
HSL43.3º44.7%57.45%-
HSV(B)43.3º49.74%76.47%-
XYZ38.7140.4917.33-
YUV168.0988.45147.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=42.30%
G=36.44%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951689800.140.500.2443.344.757.45
HexC3A8620E32182b2d39
Octal3032501420166230535571
Binary110000111010100011000100111011001011000101011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A862; }

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

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

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

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

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

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

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

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