#CCABB2

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

Shades of Pink Flare #CCABB2

Tints of Pink Flare #CCABB2

Color information

#CCABB2 (or 0xCCABB2) is unknown color: approx Pink Flare. HEX triplet: CC, AB and B2. RGB value is (204,171,178). Sum of RGB (Red+Green+Blue) = 204+171+178=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABB2 is #33544D. Grayscale: #B5B5B5. Windows color (decimal): -3363918 or 11709388. OLE color: 11709388.

HSL color Cylindrical-coordinate representation of color #CCABB2: hue angle of 347.27º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCABB2 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204171178-
CMYK00.160.130.2
HSL347.27º24.44%73.53%-
HSV(B)347.27º16.18%80%-
XYZ47.545.1848.34-
YUV181.66125.93143.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=36.89%
G=30.92%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417117800.160.130.2347.2724.4473.53
HexCCABB2010D1415b184a
Octal314253262020152453330112
Binary110011001010101110110010010000110110100101011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABB2; }

 p { color: rgb(204,171,178); }

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

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

 a { background-color: rgb(204,171,178); }

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

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

 span { border-color: rgb(204,171,178); }

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