#C3A05A

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

Shades of Laser #C3A05A

Tints of Laser #C3A05A

Color information

#C3A05A (or 0xC3A05A) is unknown color: approx Laser. HEX triplet: C3, A0 and 5A. RGB value is (195,160,90). Sum of RGB (Red+Green+Blue) = 195+160+90=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A05A is #3C5FA5. Grayscale: #A2A2A2. Windows color (decimal): -3956646 or 5939395. OLE color: 5939395.

HSL color Cylindrical-coordinate representation of color #C3A05A: hue angle of 40º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3A05A is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19516090-
CMYK00.180.540.24
HSL40º46.67%55.88%-
HSV(B)40º53.85%76.47%-
XYZ36.9237.4814.96-
YUV162.4887.1151.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 90 (35.55% from 255) = 20.22%
R=43.82%
G=35.96%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951609000.180.540.244046.6755.88
HexC3A05A0123618282f38
Octal3032401320226630505770
Binary1100001110100000101101001001011011011000101000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A05A; }

 p { color: rgb(195,160,90); }

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

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

 a { background-color: rgb(195,160,90); }

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

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

 span { border-color: rgb(195,160,90); }

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