#CFACB5

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

Shades of Pink Flare #CFACB5

Tints of Pink Flare #CFACB5

Color information

#CFACB5 (or 0xCFACB5) is unknown color: approx Pink Flare. HEX triplet: CF, AC and B5. RGB value is (207,172,181). Sum of RGB (Red+Green+Blue) = 207+172+181=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACB5 is #30534A. Grayscale: #B7B7B7. Windows color (decimal): -3167051 or 11906255. OLE color: 11906255.

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

Color convert

RGB207172181-
CMYK00.170.130.19
HSL344.57º26.72%74.31%-
HSV(B)344.57º16.91%81.18%-
XYZ48.8346.1150.04-
YUV183.49126.6144.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 181 (71.09% from 255) = 32.32%
R=36.96%
G=30.71%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717218100.170.130.19344.5726.7274.31
HexCFACB5011D131591b4a
Octal317254265021152353133112
Binary110011111010110010110101010001110110011101011001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACB5; }

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

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

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

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

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

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

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

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