#CCA9B1

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

Shades of Pink Flare #CCA9B1

Tints of Pink Flare #CCA9B1

Color information

#CCA9B1 (or 0xCCA9B1) is unknown color: approx Pink Flare. HEX triplet: CC, A9 and B1. RGB value is (204,169,177). Sum of RGB (Red+Green+Blue) = 204+169+177=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA9B1 is #33564E. Grayscale: #B4B4B4. Windows color (decimal): -3364431 or 11643340. OLE color: 11643340.

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

Color convert

RGB204169177-
CMYK00.170.130.2
HSL346.29º25.55%73.14%-
HSV(B)346.29º17.16%80%-
XYZ47.0344.3947.68-
YUV180.38126.1144.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 169 (66.41% from 255) = 30.73%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=37.09%
G=30.73%
B=32.18%

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
Decimal20416917700.170.130.2346.2925.5573.14
HexCCA9B1011D1415a1a49
Octal314251261021152453232111
Binary110011001010100110110001010001110110100101011010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9B1; }

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

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

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

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

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

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

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

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