#C8A955

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

Shades of Laser #C8A955

Tints of Laser #C8A955

Color information

#C8A955 (or 0xC8A955) is unknown color: approx Laser. HEX triplet: C8, A9 and 55. RGB value is (200,169,85). Sum of RGB (Red+Green+Blue) = 200+169+85=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A955 is #3756AA. Grayscale: #A9A9A9. Windows color (decimal): -3626667 or 5614024. OLE color: 5614024.

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

Color convert

RGB20016985-
CMYK00.160.580.22
HSL43.83º51.11%55.88%-
HSV(B)43.83º57.5%78.43%-
XYZ39.6541.3114.48-
YUV168.6980.77150.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 85 (33.59% from 255) = 18.72%
R=44.05%
G=37.22%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001698500.160.580.2243.8351.1155.88
HexC8A9550103A162c3338
Octal3102511250207226546370
Binary1100100010101001101010101000011101010110101100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A955; }

 p { color: rgb(200,169,85); }

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

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

 a { background-color: rgb(200,169,85); }

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

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

 span { border-color: rgb(200,169,85); }

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