#C9AD56

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

Shades of Laser #C9AD56

Tints of Laser #C9AD56

Color information

#C9AD56 (or 0xC9AD56) is unknown color: approx Laser. HEX triplet: C9, AD and 56. RGB value is (201,173,86). Sum of RGB (Red+Green+Blue) = 201+173+86=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD56 is #3652A9. Grayscale: #ABABAB. Windows color (decimal): -3560106 or 5680585. OLE color: 5680585.

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

Color convert

RGB20117386-
CMYK00.140.570.21
HSL45.39º51.57%56.27%-
HSV(B)45.39º57.21%78.82%-
XYZ40.7142.9814.95-
YUV171.4579.78149.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 86 (33.98% from 255) = 18.70%
R=43.70%
G=37.61%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011738600.140.570.2145.3951.5756.27
HexC9AD560E39152d3438
Octal3112551260167125556470
Binary110010011010110110101100111011100110101101101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD56; }

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

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

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

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

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

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

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

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