#C2A062

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

Shades of Laser #C2A062

Tints of Laser #C2A062

Color information

#C2A062 (or 0xC2A062) is unknown color: approx Laser. HEX triplet: C2, A0 and 62. RGB value is (194,160,98). Sum of RGB (Red+Green+Blue) = 194+160+98=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A062 is #3D5F9D. Grayscale: #A3A3A3. Windows color (decimal): -4022174 or 6463682. OLE color: 6463682.

HSL color Cylindrical-coordinate representation of color #C2A062: hue angle of 38.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 #C2A062 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19416098-
CMYK00.180.490.24
HSL38.75º44.04%57.25%-
HSV(B)38.75º49.48%76.08%-
XYZ37.0237.4916.84-
YUV163.191.26150.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=42.92%
G=35.40%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941609800.180.490.2438.7544.0457.25
HexC2A0620123118272c39
Octal3022401420226130475471
Binary1100001010100000110001001001011000111000100111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A062; }

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

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

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

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

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

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

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

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