#C8B058

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

Shades of Laser #C8B058

Tints of Laser #C8B058

Color information

#C8B058 (or 0xC8B058) is unknown color: approx Laser. HEX triplet: C8, B0 and 58. RGB value is (200,176,88). Sum of RGB (Red+Green+Blue) = 200+176+88=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B058 is #374FA7. Grayscale: #ADADAD. Windows color (decimal): -3624872 or 5812424. OLE color: 5812424.

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

Color convert

RGB20017688-
CMYK00.120.560.22
HSL47.14º50.45%56.47%-
HSV(B)47.14º56%78.43%-
XYZ41.1144.0315.57-
YUV173.1479.95147.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 88 (34.77% from 255) = 18.97%
R=43.10%
G=37.93%
B=18.97%

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
Decimal2001768800.120.560.2247.1450.4556.47
HexC8B0580C38162f3238
Octal3102601300147026576270
Binary110010001011000010110000110011100010110101111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B058; }

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

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

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

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

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

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

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

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