#CFAFB5

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

Shades of Pink Flare #CFAFB5

Tints of Pink Flare #CFAFB5

Color information

#CFAFB5 (or 0xCFAFB5) is unknown color: approx Pink Flare. HEX triplet: CF, AF and B5. RGB value is (207,175,181). Sum of RGB (Red+Green+Blue) = 207+175+181=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFB5 is #30504A. Grayscale: #B9B9B9. Windows color (decimal): -3166283 or 11907023. OLE color: 11907023.

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

Color convert

RGB207175181-
CMYK00.150.130.19
HSL348.75º25%74.9%-
HSV(B)348.75º15.46%81.18%-
XYZ49.447.2650.23-
YUV185.25125.6143.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 181 (71.09% from 255) = 32.15%
R=36.77%
G=31.08%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717518100.150.130.19348.752574.9
HexCFAFB50FD1315d194b
Octal317257265017152353531113
Binary11001111101011111011010101111110110011101011101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFB5; }

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

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

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

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

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

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

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

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