#C8A556

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

Shades of Laser #C8A556

Tints of Laser #C8A556

Color information

#C8A556 (or 0xC8A556) is unknown color: approx Laser. HEX triplet: C8, A5 and 56. RGB value is (200,165,86). Sum of RGB (Red+Green+Blue) = 200+165+86=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A556 is #375AA9. Grayscale: #A6A6A6. Windows color (decimal): -3627690 or 5678536. OLE color: 5678536.

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

Color convert

RGB20016586-
CMYK00.180.570.22
HSL41.58º50.89%56.08%-
HSV(B)41.58º57%78.43%-
XYZ38.9539.8614.45-
YUV166.4682.6151.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 165 (64.84% from 255) = 36.59%
BLUE value IS 86 (33.98% from 255) = 19.07%
R=44.35%
G=36.59%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001658600.180.570.2241.5850.8956.08
HexC8A55601239162a3338
Octal3102451260227126526370
Binary1100100010100101101011001001011100110110101010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A556; }

 p { color: rgb(200,165,86); }

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

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

 a { background-color: rgb(200,165,86); }

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

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

 span { border-color: rgb(200,165,86); }

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