#CCAAAE

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

Shades of Pink Flare #CCAAAE

Tints of Pink Flare #CCAAAE

Color information

#CCAAAE (or 0xCCAAAE) is unknown color: approx Pink Flare. HEX triplet: CC, AA and AE. RGB value is (204,170,174). Sum of RGB (Red+Green+Blue) = 204+170+174=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAAE is #335551. Grayscale: #B4B4B4. Windows color (decimal): -3364178 or 11446988. OLE color: 11446988.

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

Color convert

RGB204170174-
CMYK00.170.150.2
HSL352.94º25%73.33%-
HSV(B)352.94º16.67%80%-
XYZ46.9244.6446.19-
YUV180.62124.26144.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=37.23%
G=31.02%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417017400.170.150.2352.942573.33
HexCCAAAE011F141611949
Octal314252256021172454131111
Binary110011001010101010101110010001111110100101100001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAAE; }

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

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

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

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

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

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

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

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