#C3A969

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

Shades of Laser #C3A969

Tints of Laser #C3A969

Color information

#C3A969 (or 0xC3A969) is unknown color: approx Laser. HEX triplet: C3, A9 and 69. RGB value is (195,169,105). Sum of RGB (Red+Green+Blue) = 195+169+105=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A969 is #3C5696. Grayscale: #A9A9A9. Windows color (decimal): -3954327 or 6924739. OLE color: 6924739.

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

Color convert

RGB195169105-
CMYK00.130.460.24
HSL42.67º42.86%58.82%-
HSV(B)42.67º46.15%76.47%-
XYZ39.244119.21-
YUV169.4891.61146.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=41.58%
G=36.03%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516910500.130.460.2442.6742.8658.82
HexC3A9690D2E182b2b3b
Octal3032511510155630535373
Binary110000111010100111010010110110111011000101011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A969; }

 p { color: rgb(195,169,105); }

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

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

 a { background-color: rgb(195,169,105); }

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

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

 span { border-color: rgb(195,169,105); }

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