#CEB8BB

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

Shades of Pink Flare #CEB8BB

Tints of Pink Flare #CEB8BB

Color information

#CEB8BB (or 0xCEB8BB) is unknown color: approx Pink Flare. HEX triplet: CE, B8 and BB. RGB value is (206,184,187). Sum of RGB (Red+Green+Blue) = 206+184+187=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8BB is #314744. Grayscale: #BEBEBE. Windows color (decimal): -3229509 or 12302542. OLE color: 12302542.

HSL color Cylindrical-coordinate representation of color #CEB8BB: hue angle of 351.82º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB8BB is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206184187-
CMYK00.110.090.19
HSL351.82º18.33%76.47%-
HSV(B)351.82º10.68%80.78%-
XYZ51.5650.9954.14-
YUV190.92125.79138.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 184 (72.27% from 255) = 31.89%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=35.70%
G=31.89%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618418700.110.090.19351.8218.3376.47
HexCEB8BB0B913160124c
Octal316270273013112354022114
Binary11001110101110001011101101011100110011101100000100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8BB; }

 p { color: rgb(206,184,187); }

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

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

 a { background-color: rgb(206,184,187); }

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

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

 span { border-color: rgb(206,184,187); }

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