#C2A565

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

Shades of Laser #C2A565

Tints of Laser #C2A565

Color information

#C2A565 (or 0xC2A565) is unknown color: approx Laser. HEX triplet: C2, A5 and 65. RGB value is (194,165,101). Sum of RGB (Red+Green+Blue) = 194+165+101=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A565 is #3D5A9A. Grayscale: #A6A6A6. Windows color (decimal): -4020891 or 6661570. OLE color: 6661570.

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

Color convert

RGB194165101-
CMYK00.150.480.24
HSL41.29º43.26%57.84%-
HSV(B)41.29º47.94%76.08%-
XYZ38.0539.3217.9-
YUV166.3891.11147.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=42.17%
G=35.87%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416510100.150.480.2441.2943.2657.84
HexC2A5650F3018292b3a
Octal3022451450176030515372
Binary110000101010010111001010111111000011000101001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A565; }

 p { color: rgb(194,165,101); }

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

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

 a { background-color: rgb(194,165,101); }

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

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

 span { border-color: rgb(194,165,101); }

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