#CCACB1

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

Shades of Pink Flare #CCACB1

Tints of Pink Flare #CCACB1

Color information

#CCACB1 (or 0xCCACB1) is unknown color: approx Pink Flare. HEX triplet: CC, AC and B1. RGB value is (204,172,177). Sum of RGB (Red+Green+Blue) = 204+172+177=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACB1 is #33534E. Grayscale: #B6B6B6. Windows color (decimal): -3363663 or 11644108. OLE color: 11644108.

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

Color convert

RGB204172177-
CMYK00.160.130.2
HSL350.62º23.88%73.73%-
HSV(B)350.62º15.69%80%-
XYZ47.5945.5247.87-
YUV182.14125.1143.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=36.89%
G=31.10%
B=32.01%

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
Decimal20417217700.160.130.2350.6223.8873.73
HexCCACB1010D1415f184a
Octal314254261020152453730112
Binary110011001010110010110001010000110110100101011111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACB1; }

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

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

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

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

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

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

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

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