#CCAA60

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

Shades of Laser #CCAA60

Tints of Laser #CCAA60

Color information

#CCAA60 (or 0xCCAA60) is unknown color: approx Laser. HEX triplet: CC, AA and 60. RGB value is (204,170,96). Sum of RGB (Red+Green+Blue) = 204+170+96=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA60 is #33559F. Grayscale: #ACACAC. Windows color (decimal): -3364256 or 6335180. OLE color: 6335180.

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

Color convert

RGB20417096-
CMYK00.170.530.2
HSL41.11º51.43%58.82%-
HSV(B)41.11º52.94%80%-
XYZ41.3942.4317.08-
YUV171.7385.26151.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=43.40%
G=36.17%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041709600.170.530.241.1151.4358.82
HexCCAA60011351429333b
Octal3142521400216524516373
Binary1100110010101010110000001000111010110100101001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA60; }

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

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

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

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

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

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

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

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