#CCAE59

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

Shades of Laser #CCAE59

Tints of Laser #CCAE59

Color information

#CCAE59 (or 0xCCAE59) is unknown color: approx Laser. HEX triplet: CC, AE and 59. RGB value is (204,174,89). Sum of RGB (Red+Green+Blue) = 204+174+89=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE59 is #3351A6. Grayscale: #ADADAD. Windows color (decimal): -3363239 or 5877452. OLE color: 5877452.

HSL color Cylindrical-coordinate representation of color #CCAE59: hue angle of 44.35º 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 #CCAE59 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20417489-
CMYK00.150.560.2
HSL44.35º53%57.45%-
HSV(B)44.35º56.37%80%-
XYZ41.8443.8315.71-
YUV173.2880.44149.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 89 (35.16% from 255) = 19.06%
R=43.68%
G=37.26%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041748900.150.560.244.355357.45
HexCCAE590F38142c3539
Octal3142561310177024546571
Binary110011001010111010110010111111100010100101100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE59; }

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

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

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

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

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

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

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

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