#C8A05B

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

Shades of Laser #C8A05B

Tints of Laser #C8A05B

Color information

#C8A05B (or 0xC8A05B) is unknown color: approx Laser. HEX triplet: C8, A0 and 5B. RGB value is (200,160,91). Sum of RGB (Red+Green+Blue) = 200+160+91=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A05B is #375FA4. Grayscale: #A4A4A4. Windows color (decimal): -3628965 or 6004936. OLE color: 6004936.

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

Color convert

RGB20016091-
CMYK00.20.540.22
HSL37.98º49.77%57.06%-
HSV(B)37.98º54.5%78.43%-
XYZ38.2838.1815.25-
YUV164.0986.75153.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 160 (62.89% from 255) = 35.48%
BLUE value IS 91 (35.94% from 255) = 20.18%
R=44.35%
G=35.48%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001609100.20.540.2237.9849.7757.06
HexC8A05B0143616263239
Octal3102401330246626466271
Binary1100100010100000101101101010011011010110100110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A05B; }

 p { color: rgb(200,160,91); }

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

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

 a { background-color: rgb(200,160,91); }

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

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

 span { border-color: rgb(200,160,91); }

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