#CCAA56

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

Shades of Laser #CCAA56

Tints of Laser #CCAA56

Color information

#CCAA56 (or 0xCCAA56) is unknown color: approx Laser. HEX triplet: CC, AA and 56. RGB value is (204,170,86). Sum of RGB (Red+Green+Blue) = 204+170+86=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA56 is #3355A9. Grayscale: #AAAAAA. Windows color (decimal): -3364266 or 5679820. OLE color: 5679820.

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

Color convert

RGB20417086-
CMYK00.170.580.2
HSL42.71º53.64%56.86%-
HSV(B)42.71º57.84%80%-
XYZ40.9642.2614.8-
YUV170.5980.26151.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 86 (33.98% from 255) = 18.70%
R=44.35%
G=36.96%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041708600.170.580.242.7153.6456.86
HexCCAA560113A142b3639
Octal3142521260217224536671
Binary1100110010101010101011001000111101010100101011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA56; }

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

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

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

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

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

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

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

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