#CFAAB1

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

Shades of Pink Flare #CFAAB1

Tints of Pink Flare #CFAAB1

Color information

#CFAAB1 (or 0xCFAAB1) is unknown color: approx Pink Flare. HEX triplet: CF, AA and B1. RGB value is (207,170,177). Sum of RGB (Red+Green+Blue) = 207+170+177=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAAB1 is #30554E. Grayscale: #B5B5B5. Windows color (decimal): -3167567 or 11643599. OLE color: 11643599.

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

Color convert

RGB207170177-
CMYK00.180.140.19
HSL348.65º27.82%73.92%-
HSV(B)348.65º17.87%81.18%-
XYZ48.0445.1947.79-
YUV181.86125.26145.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=37.36%
G=30.69%
B=31.95%

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
Decimal20717017700.180.140.19348.6527.8273.92
HexCFAAB1012E1315d1c4a
Octal317252261022162353534112
Binary110011111010101010110001010010111010011101011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAB1; }

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

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

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

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

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

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

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

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