#C9AE56

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

Shades of Laser #C9AE56

Tints of Laser #C9AE56

Color information

#C9AE56 (or 0xC9AE56) is unknown color: approx Laser. HEX triplet: C9, AE and 56. RGB value is (201,174,86). Sum of RGB (Red+Green+Blue) = 201+174+86=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AE56 is #3651A9. Grayscale: #ACACAC. Windows color (decimal): -3559850 or 5680841. OLE color: 5680841.

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

Color convert

RGB20117486-
CMYK00.130.570.21
HSL45.91º51.57%56.27%-
HSV(B)45.91º57.21%78.82%-
XYZ40.943.3615.02-
YUV172.0479.45148.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 86 (33.98% from 255) = 18.66%
R=43.60%
G=37.74%
B=18.66%

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
Decimal2011748600.130.570.2145.9151.5756.27
HexC9AE560D39152e3438
Octal3112561260157125566470
Binary110010011010111010101100110111100110101101110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AE56; }

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

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

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

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

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

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

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

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