#CFB0B5

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

Shades of Pink Flare #CFB0B5

Tints of Pink Flare #CFB0B5

Color information

#CFB0B5 (or 0xCFB0B5) is unknown color: approx Pink Flare. HEX triplet: CF, B0 and B5. RGB value is (207,176,181). Sum of RGB (Red+Green+Blue) = 207+176+181=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0B5 is #304F4A. Grayscale: #B9B9B9. Windows color (decimal): -3166027 or 11907279. OLE color: 11907279.

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

Color convert

RGB207176181-
CMYK00.150.130.19
HSL350.32º24.41%75.1%-
HSV(B)350.32º14.98%81.18%-
XYZ49.647.6550.3-
YUV185.84125.27143.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 176 (69.14% from 255) = 31.21%
BLUE value IS 181 (71.09% from 255) = 32.09%
R=36.70%
G=31.21%
B=32.09%

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
Decimal20717618100.150.130.19350.3224.4175.1
HexCFB0B50FD1315e184b
Octal317260265017152353630113
Binary11001111101100001011010101111110110011101011110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0B5; }

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

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

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

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

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

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

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

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