#C6A457

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

Shades of Laser #C6A457

Tints of Laser #C6A457

Color information

#C6A457 (or 0xC6A457) is unknown color: approx Laser. HEX triplet: C6, A4 and 57. RGB value is (198,164,87). Sum of RGB (Red+Green+Blue) = 198+164+87=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A457 is #395BA8. Grayscale: #A5A5A5. Windows color (decimal): -3759017 or 5743814. OLE color: 5743814.

HSL color Cylindrical-coordinate representation of color #C6A457: hue angle of 41.62º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6A457 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB19816487-
CMYK00.170.560.22
HSL41.62º49.33%55.88%-
HSV(B)41.62º56.06%77.65%-
XYZ38.2839.2414.57-
YUV165.3983.76151.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 87 (34.38% from 255) = 19.38%
R=44.10%
G=36.53%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981648700.170.560.2241.6249.3355.88
HexC6A45701138162a3138
Octal3062441270217026526170
Binary1100011010100100101011101000111100010110101010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A457; }

 p { color: rgb(198,164,87); }

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

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

 a { background-color: rgb(198,164,87); }

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

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

 span { border-color: rgb(198,164,87); }

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