#CCAAB3

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

Shades of Pink Flare #CCAAB3

Tints of Pink Flare #CCAAB3

Color information

#CCAAB3 (or 0xCCAAB3) is unknown color: approx Pink Flare. HEX triplet: CC, AA and B3. RGB value is (204,170,179). Sum of RGB (Red+Green+Blue) = 204+170+179=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAB3 is #33554C. Grayscale: #B5B5B5. Windows color (decimal): -3364173 or 11774668. OLE color: 11774668.

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

Color convert

RGB204170179-
CMYK00.170.120.2
HSL344.12º25%73.33%-
HSV(B)344.12º16.67%80%-
XYZ47.4144.8448.8-
YUV181.19126.76144.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=36.89%
G=30.74%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417017900.170.120.2344.122573.33
HexCCAAB3011C141581949
Octal314252263021142453031111
Binary110011001010101010110011010001110010100101011000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAB3; }

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

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

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

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

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

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

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

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