#CFACB1

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

Shades of Pink Flare #CFACB1

Tints of Pink Flare #CFACB1

Color information

#CFACB1 (or 0xCFACB1) is unknown color: approx Pink Flare. HEX triplet: CF, AC and B1. RGB value is (207,172,177). Sum of RGB (Red+Green+Blue) = 207+172+177=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFACB1 is #30534E. Grayscale: #B7B7B7. Windows color (decimal): -3167055 or 11644111. OLE color: 11644111.

HSL color Cylindrical-coordinate representation of color #CFACB1: hue angle of 351.43º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFACB1 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB207172177-
CMYK00.170.140.19
HSL351.43º26.72%74.31%-
HSV(B)351.43º16.91%81.18%-
XYZ48.4245.9447.91-
YUV183.04124.6145.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=37.23%
G=30.94%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717217700.170.140.19351.4326.7274.31
HexCFACB1011E1315f1b4a
Octal317254261021162353733112
Binary110011111010110010110001010001111010011101011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACB1; }

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

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

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

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

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

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

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

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