#CCA9B2

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

Shades of Pink Flare #CCA9B2

Tints of Pink Flare #CCA9B2

Color information

#CCA9B2 (or 0xCCA9B2) is unknown color: approx Pink Flare. HEX triplet: CC, A9 and B2. RGB value is (204,169,178). Sum of RGB (Red+Green+Blue) = 204+169+178=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA9B2 is #33564D. Grayscale: #B4B4B4. Windows color (decimal): -3364430 or 11708876. OLE color: 11708876.

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

Color convert

RGB204169178-
CMYK00.170.130.2
HSL344.57º25.55%73.14%-
HSV(B)344.57º17.16%80%-
XYZ47.1344.4348.21-
YUV180.49126.6144.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=37.02%
G=30.67%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416917800.170.130.2344.5725.5573.14
HexCCA9B2011D141591a49
Octal314251262021152453132111
Binary110011001010100110110010010001110110100101011001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9B2; }

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

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

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

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

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

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

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

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