#C8B059

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

Shades of Laser #C8B059

Tints of Laser #C8B059

Color information

#C8B059 (or 0xC8B059) is unknown color: approx Laser. HEX triplet: C8, B0 and 59. RGB value is (200,176,89). Sum of RGB (Red+Green+Blue) = 200+176+89=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B059 is #374FA6. Grayscale: #ADADAD. Windows color (decimal): -3624871 or 5877960. OLE color: 5877960.

HSL color Cylindrical-coordinate representation of color #C8B059: hue angle of 47.03º 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 #C8B059 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB20017689-
CMYK00.120.560.22
HSL47.03º50.23%56.67%-
HSV(B)47.03º55.5%78.43%-
XYZ41.1544.0515.79-
YUV173.2680.45147.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=43.01%
G=37.85%
B=19.14%

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
Decimal2001768900.120.560.2247.0350.2356.67
HexC8B0590C38162f3239
Octal3102601310147026576271
Binary110010001011000010110010110011100010110101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B059; }

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

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

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

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

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

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

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

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