#CFAAB3

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

Shades of Pink Flare #CFAAB3

Tints of Pink Flare #CFAAB3

Color information

#CFAAB3 (or 0xCFAAB3) is unknown color: approx Pink Flare. HEX triplet: CF, AA and B3. RGB value is (207,170,179). Sum of RGB (Red+Green+Blue) = 207+170+179=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAB3 is #30554C. Grayscale: #B6B6B6. Windows color (decimal): -3167565 or 11774671. OLE color: 11774671.

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

Color convert

RGB207170179-
CMYK00.180.140.19
HSL345.41º27.82%73.92%-
HSV(B)345.41º17.87%81.18%-
XYZ48.2445.2748.84-
YUV182.09126.26145.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=37.23%
G=30.58%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717017900.180.140.19345.4127.8273.92
HexCFAAB3012E131591c4a
Octal317252263022162353134112
Binary110011111010101010110011010010111010011101011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAB3; }

 p { color: rgb(207,170,179); }

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

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

 a { background-color: rgb(207,170,179); }

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

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

 span { border-color: rgb(207,170,179); }

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