#C4A657

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

Shades of Laser #C4A657

Tints of Laser #C4A657

Color information

#C4A657 (or 0xC4A657) is unknown color: approx Laser. HEX triplet: C4, A6 and 57. RGB value is (196,166,87). Sum of RGB (Red+Green+Blue) = 196+166+87=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A657 is #3B59A8. Grayscale: #A6A6A6. Windows color (decimal): -3889577 or 5744324. OLE color: 5744324.

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

Color convert

RGB19616687-
CMYK00.150.560.23
HSL43.49º48.02%55.49%-
HSV(B)43.49º55.61%76.86%-
XYZ38.1239.714.67-
YUV165.9683.44149.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 87 (34.38% from 255) = 19.38%
R=43.65%
G=36.97%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961668700.150.560.2343.4948.0255.49
HexC4A6570F38172b3037
Octal3042461270177027536067
Binary110001001010011010101110111111100010111101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A657; }

 p { color: rgb(196,166,87); }

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

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

 a { background-color: rgb(196,166,87); }

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

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

 span { border-color: rgb(196,166,87); }

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