#C8A155

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

Shades of Laser #C8A155

Tints of Laser #C8A155

Color information

#C8A155 (or 0xC8A155) is unknown color: approx Laser. HEX triplet: C8, A1 and 55. RGB value is (200,161,85). Sum of RGB (Red+Green+Blue) = 200+161+85=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A155 is #375EAA. Grayscale: #A4A4A4. Windows color (decimal): -3628715 or 5611976. OLE color: 5611976.

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

Color convert

RGB20016185-
CMYK00.190.580.22
HSL39.65º51.11%55.88%-
HSV(B)39.65º57.5%78.43%-
XYZ38.238.4214-
YUV16483.42153.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 161 (63.28% from 255) = 36.10%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=44.84%
G=36.10%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001618500.190.580.2239.6551.1155.88
HexC8A1550133A16283338
Octal3102411250237226506370
Binary1100100010100001101010101001111101010110101000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A155; }

 p { color: rgb(200,161,85); }

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

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

 a { background-color: rgb(200,161,85); }

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

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

 span { border-color: rgb(200,161,85); }

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