#C3A55F

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

Shades of Laser #C3A55F

Tints of Laser #C3A55F

Color information

#C3A55F (or 0xC3A55F) is unknown color: approx Laser. HEX triplet: C3, A5 and 5F. RGB value is (195,165,95). Sum of RGB (Red+Green+Blue) = 195+165+95=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A55F is #3C5AA0. Grayscale: #A6A6A6. Windows color (decimal): -3955361 or 6268355. OLE color: 6268355.

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

Color convert

RGB19516595-
CMYK00.150.510.24
HSL42º45.45%56.86%-
HSV(B)42º51.28%76.47%-
XYZ38.0339.3416.42-
YUV165.9987.94148.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=42.86%
G=36.26%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951659500.150.510.244245.4556.86
HexC3A55F0F33182a2d39
Octal3032451370176330525571
Binary110000111010010110111110111111001111000101010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A55F; }

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

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

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

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

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

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

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

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