#C3A061

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

Shades of Laser #C3A061

Tints of Laser #C3A061

Color information

#C3A061 (or 0xC3A061) is unknown color: approx Laser. HEX triplet: C3, A0 and 61. RGB value is (195,160,97). Sum of RGB (Red+Green+Blue) = 195+160+97=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A061 is #3C5F9E. Grayscale: #A3A3A3. Windows color (decimal): -3956639 or 6398147. OLE color: 6398147.

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

Color convert

RGB19516097-
CMYK00.180.500.24
HSL38.57º44.95%57.25%-
HSV(B)38.57º50.26%76.47%-
XYZ37.2337.6116.61-
YUV163.2890.6150.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=43.14%
G=35.40%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951609700.180.500.2438.5744.9557.25
HexC3A0610123218272d39
Octal3032401410226230475571
Binary1100001110100000110000101001011001011000100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A061; }

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

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

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

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

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

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

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

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