#CCAC59

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

Shades of Laser #CCAC59

Tints of Laser #CCAC59

Color information

#CCAC59 (or 0xCCAC59) is unknown color: approx Laser. HEX triplet: CC, AC and 59. RGB value is (204,172,89). Sum of RGB (Red+Green+Blue) = 204+172+89=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC59 is #3353A6. Grayscale: #ACACAC. Windows color (decimal): -3363751 or 5876940. OLE color: 5876940.

HSL color Cylindrical-coordinate representation of color #CCAC59: hue angle of 43.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCAC59 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20417289-
CMYK00.160.560.2
HSL43.3º53%57.45%-
HSV(B)43.3º56.37%80%-
XYZ41.4643.0615.58-
YUV172.1181.1150.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=43.87%
G=36.99%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041728900.160.560.243.35357.45
HexCCAC5901038142b3539
Octal3142541310207024536571
Binary1100110010101100101100101000011100010100101011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC59; }

 p { color: rgb(204,172,89); }

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

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

 a { background-color: rgb(204,172,89); }

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

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

 span { border-color: rgb(204,172,89); }

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