#C9A055

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

Shades of Laser #C9A055

Tints of Laser #C9A055

Color information

#C9A055 (or 0xC9A055) is unknown color: approx Laser. HEX triplet: C9, A0 and 55. RGB value is (201,160,85). Sum of RGB (Red+Green+Blue) = 201+160+85=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A055 is #365FAA. Grayscale: #A4A4A4. Windows color (decimal): -3563435 or 5611721. OLE color: 5611721.

HSL color Cylindrical-coordinate representation of color #C9A055: hue angle of 38.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9A055 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20116085-
CMYK00.200.580.21
HSL38.79º51.79%56.08%-
HSV(B)38.79º57.71%78.82%-
XYZ38.338.2213.95-
YUV163.7183.58154.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.07%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=45.07%
G=35.87%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011608500.200.580.2138.7951.7956.08
HexC9A0550143A15273438
Octal3112401250247225476470
Binary1100100110100000101010101010011101010101100111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A055; }

 p { color: rgb(201,160,85); }

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

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

 a { background-color: rgb(201,160,85); }

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

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

 span { border-color: rgb(201,160,85); }

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