#CFAEB7

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

Shades of Pink Flare #CFAEB7

Tints of Pink Flare #CFAEB7

Color information

#CFAEB7 (or 0xCFAEB7) is unknown color: approx Pink Flare. HEX triplet: CF, AE and B7. RGB value is (207,174,183). Sum of RGB (Red+Green+Blue) = 207+174+183=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEB7 is #305148. Grayscale: #B8B8B8. Windows color (decimal): -3166537 or 12037839. OLE color: 12037839.

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

Color convert

RGB207174183-
CMYK00.160.120.19
HSL343.64º25.58%74.71%-
HSV(B)343.64º15.94%81.18%-
XYZ49.4246.9651.26-
YUV184.89126.93143.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 183 (71.88% from 255) = 32.45%
R=36.70%
G=30.85%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717418300.160.120.19343.6425.5874.71
HexCFAEB7010C131581a4b
Octal317256267020142353032113
Binary110011111010111010110111010000110010011101011000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEB7; }

 p { color: rgb(207,174,183); }

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

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

 a { background-color: rgb(207,174,183); }

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

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

 span { border-color: rgb(207,174,183); }

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