#C4A859

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

Shades of Laser #C4A859

Tints of Laser #C4A859

Color information

#C4A859 (or 0xC4A859) is unknown color: approx Laser. HEX triplet: C4, A8 and 59. RGB value is (196,168,89). Sum of RGB (Red+Green+Blue) = 196+168+89=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A859 is #3B57A6. Grayscale: #A7A7A7. Windows color (decimal): -3889063 or 5875908. OLE color: 5875908.

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

Color convert

RGB19616889-
CMYK00.140.550.23
HSL44.3º47.56%55.88%-
HSV(B)44.3º54.59%76.86%-
XYZ38.5740.4615.23-
YUV167.3783.78148.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 89 (35.16% from 255) = 19.65%
R=43.27%
G=37.09%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961688900.140.550.2344.347.5655.88
HexC4A8590E37172c3038
Octal3042501310166727546070
Binary110001001010100010110010111011011110111101100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A859; }

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

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

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

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

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

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

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

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