#CCAA64

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

Shades of Laser #CCAA64

Tints of Laser #CCAA64

Color information

#CCAA64 (or 0xCCAA64) is unknown color: approx Laser. HEX triplet: CC, AA and 64. RGB value is (204,170,100). Sum of RGB (Red+Green+Blue) = 204+170+100=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA64 is #33559B. Grayscale: #ACACAC. Windows color (decimal): -3364252 or 6597324. OLE color: 6597324.

HSL color Cylindrical-coordinate representation of color #CCAA64: hue angle of 40.38º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCAA64 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB204170100-
CMYK00.170.510.2
HSL40.38º50.49%59.61%-
HSV(B)40.38º50.98%80%-
XYZ41.5842.5118.07-
YUV172.1987.26150.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 100 (39.45% from 255) = 21.10%
R=43.04%
G=35.86%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417010000.170.510.240.3850.4959.61
HexCCAA64011331428323c
Octal3142521440216324506274
Binary1100110010101010110010001000111001110100101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA64; }

 p { color: rgb(204,170,100); }

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

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

 a { background-color: rgb(204,170,100); }

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

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

 span { border-color: rgb(204,170,100); }

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