#C3A561

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

Shades of Laser #C3A561

Tints of Laser #C3A561

Color information

#C3A561 (or 0xC3A561) is unknown color: approx Laser. HEX triplet: C3, A5 and 61. RGB value is (195,165,97). Sum of RGB (Red+Green+Blue) = 195+165+97=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A561 is #3C5A9E. Grayscale: #A6A6A6. Windows color (decimal): -3955359 or 6399427. OLE color: 6399427.

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

Color convert

RGB19516597-
CMYK00.150.500.24
HSL41.63º44.95%57.25%-
HSV(B)41.63º50.26%76.47%-
XYZ38.1239.3816.9-
YUV166.2288.94148.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=42.67%
G=36.11%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951659700.150.500.2441.6344.9557.25
HexC3A5610F32182a2d39
Octal3032451410176230525571
Binary110000111010010111000010111111001011000101010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A561; }

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

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

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

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

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

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

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

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