#CEB3B9

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

Shades of Pink Flare #CEB3B9

Tints of Pink Flare #CEB3B9

Color information

#CEB3B9 (or 0xCEB3B9) is unknown color: approx Pink Flare. HEX triplet: CE, B3 and B9. RGB value is (206,179,185). Sum of RGB (Red+Green+Blue) = 206+179+185=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3B9 is #314C46. Grayscale: #BBBBBB. Windows color (decimal): -3230791 or 12170190. OLE color: 12170190.

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

Color convert

RGB206179185-
CMYK00.130.100.19
HSL346.67º21.6%75.49%-
HSV(B)346.67º13.11%80.78%-
XYZ50.3348.8652.68-
YUV187.76126.45141.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=36.14%
G=31.40%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617918500.130.100.19346.6721.675.49
HexCEB3B90DA1315b164b
Octal316263271015122353326113
Binary11001110101100111011100101101101010011101011011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3B9; }

 p { color: rgb(206,179,185); }

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

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

 a { background-color: rgb(206,179,185); }

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

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

 span { border-color: rgb(206,179,185); }

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