#CEB9BA

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

Shades of Pink Flare #CEB9BA

Tints of Pink Flare #CEB9BA

Color information

#CEB9BA (or 0xCEB9BA) is unknown color: approx Pink Flare. HEX triplet: CE, B9 and BA. RGB value is (206,185,186). Sum of RGB (Red+Green+Blue) = 206+185+186=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9BA is #314645. Grayscale: #BFBFBF. Windows color (decimal): -3229254 or 12237262. OLE color: 12237262.

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

Color convert

RGB206185186-
CMYK00.100.100.19
HSL357.14º17.65%76.67%-
HSV(B)357.14º10.19%80.78%-
XYZ51.6751.3653.65-
YUV191.39124.96138.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=35.70%
G=32.06%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618518600.100.100.19357.1417.6576.67
HexCEB9BA0AA13165124d
Octal316271272012122354522115
Binary11001110101110011011101001010101010011101100101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9BA; }

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

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

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

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

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

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

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

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