#CFA9B0

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

Shades of Pink Flare #CFA9B0

Tints of Pink Flare #CFA9B0

Color information

#CFA9B0 (or 0xCFA9B0) is unknown color: approx Pink Flare. HEX triplet: CF, A9 and B0. RGB value is (207,169,176). Sum of RGB (Red+Green+Blue) = 207+169+176=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9B0 is #30564F. Grayscale: #B5B5B5. Windows color (decimal): -3167824 or 11577807. OLE color: 11577807.

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

Color convert

RGB207169176-
CMYK00.180.150.19
HSL348.95º28.36%73.73%-
HSV(B)348.95º18.36%81.18%-
XYZ47.7644.7847.2-
YUV181.16125.09146.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 169 (66.41% from 255) = 30.62%
BLUE value IS 176 (69.14% from 255) = 31.88%
R=37.5%
G=30.62%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716917600.180.150.19348.9528.3673.73
HexCFA9B0012F1315d1c4a
Octal317251260022172353534112
Binary110011111010100110110000010010111110011101011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9B0; }

 p { color: rgb(207,169,176); }

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

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

 a { background-color: rgb(207,169,176); }

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

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

 span { border-color: rgb(207,169,176); }

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