#c9af56

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

Shades of Laser #C9AF56

Tints of Laser #C9AF56

Color information

#C9AF56 (or 0xC9AF56) is unknown color: approx Laser. HEX triplet: C9, AF and 56. RGB value is (201,175,86). Sum of RGB (Red+Green+Blue) = 201+175+86=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF56 is #3650A9. Grayscale: #ADADAD. Windows color (decimal): -3559594 or 5681097. OLE color: 5681097.

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

Color convert

RGB20117586-
CMYK00.130.570.21
HSL46.43º51.57%56.27%-
HSV(B)46.43º57.21%78.82%-
XYZ41.143.7515.08-
YUV172.6379.11148.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.51%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 86 (33.98% from 255) = 18.61%
R=43.51%
G=37.88%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011758600.130.570.2146.4351.5756.27
HexC9AF560D39152e3438
Octal3112571260157125566470
Binary110010011010111110101100110111100110101101110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9af56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9af56; }

 p { color: rgb(201,175,86); }

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

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

 a { background-color: rgb(201,175,86); }

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

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

 span { border-color: rgb(201,175,86); }

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