#CCABB0

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

Shades of Pink Flare #CCABB0

Tints of Pink Flare #CCABB0

Color information

#CCABB0 (or 0xCCABB0) is unknown color: approx Pink Flare. HEX triplet: CC, AB and B0. RGB value is (204,171,176). Sum of RGB (Red+Green+Blue) = 204+171+176=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABB0 is #33544F. Grayscale: #B5B5B5. Windows color (decimal): -3363920 or 11578316. OLE color: 11578316.

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

Color convert

RGB204171176-
CMYK00.160.140.2
HSL350.91º24.44%73.53%-
HSV(B)350.91º16.18%80%-
XYZ47.345.147.29-
YUV181.44124.93144.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=37.02%
G=31.03%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417117600.160.140.2350.9124.4473.53
HexCCABB0010E1415f184a
Octal314253260020162453730112
Binary110011001010101110110000010000111010100101011111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABB0; }

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

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

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

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

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

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

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

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