#c2a869

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

Shades of Laser #C2A869

Tints of Laser #C2A869

Color information

#C2A869 (or 0xC2A869) is unknown color: approx Laser. HEX triplet: C2, A8 and 69. RGB value is (194,168,105). Sum of RGB (Red+Green+Blue) = 194+168+105=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A869 is #3D5796. Grayscale: #A8A8A8. Windows color (decimal): -4020119 or 6924482. OLE color: 6924482.

HSL color Cylindrical-coordinate representation of color #C2A869: hue angle of 42.47º degrees, saturation: 0.42, 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 #C2A869 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB194168105-
CMYK00.130.460.24
HSL42.47º42.18%58.63%-
HSV(B)42.47º45.88%76.08%-
XYZ38.840.4919.14-
YUV168.5992.11146.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 168 (66.02% from 255) = 35.97%
BLUE value IS 105 (41.41% from 255) = 22.48%
R=41.54%
G=35.97%
B=22.48%

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
Decimal19416810500.130.460.2442.4742.1858.63
HexC2A8690D2E182a2a3b
Octal3022501510155630525273
Binary110000101010100011010010110110111011000101010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2a869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2a869; }

 p { color: rgb(194,168,105); }

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

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

 a { background-color: rgb(194,168,105); }

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

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

 span { border-color: rgb(194,168,105); }

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