#CCAAAF

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

Shades of Pink Flare #CCAAAF

Tints of Pink Flare #CCAAAF

Color information

#CCAAAF (or 0xCCAAAF) is unknown color: approx Pink Flare. HEX triplet: CC, AA and AF. RGB value is (204,170,175). Sum of RGB (Red+Green+Blue) = 204+170+175=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAAF is #335550. Grayscale: #B4B4B4. Windows color (decimal): -3364177 or 11512524. OLE color: 11512524.

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

Color convert

RGB204170175-
CMYK00.170.140.2
HSL351.18º25%73.33%-
HSV(B)351.18º16.67%80%-
XYZ47.0144.6846.7-
YUV180.74124.76144.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=37.16%
G=30.97%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417017500.170.140.2351.182573.33
HexCCAAAF011E1415f1949
Octal314252257021162453731111
Binary110011001010101010101111010001111010100101011111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAAF; }

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

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

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

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

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

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

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

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