#C2A963

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

Shades of Laser #C2A963

Tints of Laser #C2A963

Color information

#C2A963 (or 0xC2A963) is unknown color: approx Laser. HEX triplet: C2, A9 and 63. RGB value is (194,169,99). Sum of RGB (Red+Green+Blue) = 194+169+99=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A963 is #3D569C. Grayscale: #A8A8A8. Windows color (decimal): -4019869 or 6531522. OLE color: 6531522.

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

Color convert

RGB19416999-
CMYK00.130.490.24
HSL44.21º43.78%57.45%-
HSV(B)44.21º48.97%76.08%-
XYZ38.6940.7517.63-
YUV168.588.78146.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 99 (39.06% from 255) = 21.43%
R=41.99%
G=36.58%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941699900.130.490.2444.2143.7857.45
HexC2A9630D31182c2c39
Octal3022511430156130545471
Binary110000101010100111000110110111000111000101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A963; }

 p { color: rgb(194,169,99); }

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

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

 a { background-color: rgb(194,169,99); }

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

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

 span { border-color: rgb(194,169,99); }

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