#CEB7BC

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

Shades of Pink Flare #CEB7BC

Tints of Pink Flare #CEB7BC

Color information

#CEB7BC (or 0xCEB7BC) is unknown color: approx Pink Flare. HEX triplet: CE, B7 and BC. RGB value is (206,183,188). Sum of RGB (Red+Green+Blue) = 206+183+188=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7BC is #314843. Grayscale: #BEBEBE. Windows color (decimal): -3229764 or 12367822. OLE color: 12367822.

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

Color convert

RGB206183188-
CMYK00.110.090.19
HSL346.96º19.01%76.27%-
HSV(B)346.96º11.17%80.78%-
XYZ51.4650.6254.64-
YUV190.45126.62139.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 183 (71.88% from 255) = 31.72%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=35.70%
G=31.72%
B=32.58%

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
Decimal20618318800.110.090.19346.9619.0176.27
HexCEB7BC0B91315b134c
Octal316267274013112353323114
Binary11001110101101111011110001011100110011101011011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7BC; }

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

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

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

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

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

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

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

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