#C4A861

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

Shades of Laser #C4A861

Tints of Laser #C4A861

Color information

#C4A861 (or 0xC4A861) is unknown color: approx Laser. HEX triplet: C4, A8 and 61. RGB value is (196,168,97). Sum of RGB (Red+Green+Blue) = 196+168+97=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A861 is #3B579E. Grayscale: #A8A8A8. Windows color (decimal): -3889055 or 6400196. OLE color: 6400196.

HSL color Cylindrical-coordinate representation of color #C4A861: hue angle of 43.03º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4A861 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19616897-
CMYK00.140.510.23
HSL43.03º45.62%57.45%-
HSV(B)43.03º50.51%76.86%-
XYZ38.9340.617.1-
YUV168.2887.78147.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=42.52%
G=36.44%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961689700.140.510.2343.0345.6257.45
HexC4A8610E33172b2e39
Octal3042501410166327535671
Binary110001001010100011000010111011001110111101011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A861; }

 p { color: rgb(196,168,97); }

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

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

 a { background-color: rgb(196,168,97); }

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

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

 span { border-color: rgb(196,168,97); }

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