#CCAAB0

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

Shades of Pink Flare #CCAAB0

Tints of Pink Flare #CCAAB0

Color information

#CCAAB0 (or 0xCCAAB0) is unknown color: approx Pink Flare. HEX triplet: CC, AA and B0. RGB value is (204,170,176). Sum of RGB (Red+Green+Blue) = 204+170+176=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAB0 is #33554F. Grayscale: #B4B4B4. Windows color (decimal): -3364176 or 11578060. OLE color: 11578060.

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

Color convert

RGB204170176-
CMYK00.170.140.2
HSL349.41º25%73.33%-
HSV(B)349.41º16.67%80%-
XYZ47.1144.7247.22-
YUV180.85125.26144.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 176 (69.14% from 255) = 32%
R=37.09%
G=30.91%
B=32%

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
Decimal20417017600.170.140.2349.412573.33
HexCCAAB0011E1415d1949
Octal314252260021162453531111
Binary110011001010101010110000010001111010100101011101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAB0; }

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

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

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

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

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

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

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

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