#C8AD56

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

Shades of Laser #C8AD56

Tints of Laser #C8AD56

Color information

#C8AD56 (or 0xC8AD56) is unknown color: approx Laser. HEX triplet: C8, AD and 56. RGB value is (200,173,86). Sum of RGB (Red+Green+Blue) = 200+173+86=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD56 is #3752A9. Grayscale: #ABABAB. Windows color (decimal): -3625642 or 5680584. OLE color: 5680584.

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

Color convert

RGB20017386-
CMYK00.140.570.22
HSL45.79º50.89%56.08%-
HSV(B)45.79º57%78.43%-
XYZ40.4442.8414.94-
YUV171.1679.95148.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 86 (33.98% from 255) = 18.74%
R=43.57%
G=37.69%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001738600.140.570.2245.7950.8956.08
HexC8AD560E39162e3338
Octal3102551260167126566370
Binary110010001010110110101100111011100110110101110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AD56; }

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

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

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

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

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

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

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

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