#CFAFB0

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

Shades of Pink Flare #CFAFB0

Tints of Pink Flare #CFAFB0

Color information

#CFAFB0 (or 0xCFAFB0) is unknown color: approx Pink Flare. HEX triplet: CF, AF and B0. RGB value is (207,175,176). Sum of RGB (Red+Green+Blue) = 207+175+176=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAFB0 is #30504F. Grayscale: #B8B8B8. Windows color (decimal): -3166288 or 11579343. OLE color: 11579343.

HSL color Cylindrical-coordinate representation of color #CFAFB0: hue angle of 358.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFAFB0 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB207175176-
CMYK00.150.150.19
HSL358.12º25%74.9%-
HSV(B)358.12º15.46%81.18%-
XYZ48.947.0647.58-
YUV184.68123.1143.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=37.10%
G=31.36%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717517600.150.150.19358.122574.9
HexCFAFB00FF13166194b
Octal317257260017172354631113
Binary11001111101011111011000001111111110011101100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFB0; }

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

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

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

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

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

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

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

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