#C8B159

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

Shades of Laser #C8B159

Tints of Laser #C8B159

Color information

#C8B159 (or 0xC8B159) is unknown color: approx Laser. HEX triplet: C8, B1 and 59. RGB value is (200,177,89). Sum of RGB (Red+Green+Blue) = 200+177+89=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B159 is #374EA6. Grayscale: #AEAEAE. Windows color (decimal): -3624615 or 5878216. OLE color: 5878216.

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

Color convert

RGB20017789-
CMYK00.120.560.22
HSL47.57º50.23%56.67%-
HSV(B)47.57º55.5%78.43%-
XYZ41.3444.4415.85-
YUV173.8580.12146.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 89 (35.16% from 255) = 19.10%
R=42.92%
G=37.98%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001778900.120.560.2247.5750.2356.67
HexC8B1590C3816303239
Octal3102611310147026606271
Binary110010001011000110110010110011100010110110000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B159; }

 p { color: rgb(200,177,89); }

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

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

 a { background-color: rgb(200,177,89); }

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

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

 span { border-color: rgb(200,177,89); }

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