#C2A862

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

Shades of Laser #C2A862

Tints of Laser #C2A862

Color information

#C2A862 (or 0xC2A862) is unknown color: approx Laser. HEX triplet: C2, A8 and 62. RGB value is (194,168,98). Sum of RGB (Red+Green+Blue) = 194+168+98=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A862 is #3D579D. Grayscale: #A8A8A8. Windows color (decimal): -4020126 or 6465730. OLE color: 6465730.

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

Color convert

RGB19416898-
CMYK00.130.490.24
HSL43.75º44.04%57.25%-
HSV(B)43.75º49.48%76.08%-
XYZ38.4640.3617.32-
YUV167.7988.61146.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 98 (38.67% from 255) = 21.30%
R=42.17%
G=36.52%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941689800.130.490.2443.7544.0457.25
HexC2A8620D31182c2c39
Octal3022501420156130545471
Binary110000101010100011000100110111000111000101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A862; }

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

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

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

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

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

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

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

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