#CEB8BC

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

Shades of Pink Flare #CEB8BC

Tints of Pink Flare #CEB8BC

Color information

#CEB8BC (or 0xCEB8BC) is unknown color: approx Pink Flare. HEX triplet: CE, B8 and BC. RGB value is (206,184,188). Sum of RGB (Red+Green+Blue) = 206+184+188=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8BC is #314743. Grayscale: #BFBFBF. Windows color (decimal): -3229508 or 12368078. OLE color: 12368078.

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

Color convert

RGB206184188-
CMYK00.110.090.19
HSL349.09º18.33%76.47%-
HSV(B)349.09º10.68%80.78%-
XYZ51.6751.0354.7-
YUV191.03126.29138.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 184 (72.27% from 255) = 31.83%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=35.64%
G=31.83%
B=32.53%

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
Decimal20618418800.110.090.19349.0918.3376.47
HexCEB8BC0B91315d124c
Octal316270274013112353522114
Binary11001110101110001011110001011100110011101011101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8BC; }

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

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

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

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

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

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

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

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