#C3A963

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

Shades of Laser #C3A963

Tints of Laser #C3A963

Color information

#C3A963 (or 0xC3A963) is unknown color: approx Laser. HEX triplet: C3, A9 and 63. RGB value is (195,169,99). Sum of RGB (Red+Green+Blue) = 195+169+99=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A963 is #3C569C. Grayscale: #A9A9A9. Windows color (decimal): -3954333 or 6531523. OLE color: 6531523.

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

Color convert

RGB19516999-
CMYK00.130.490.24
HSL43.75º44.44%57.65%-
HSV(B)43.75º49.23%76.47%-
XYZ38.9540.8817.64-
YUV168.7988.61146.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 99 (39.06% from 255) = 21.38%
R=42.12%
G=36.50%
B=21.38%

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
Decimal1951699900.130.490.2443.7544.4457.65
HexC3A9630D31182c2c3a
Octal3032511430156130545472
Binary110000111010100111000110110111000111000101100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A963; }

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

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

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

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

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

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

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

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