#CEB7BB

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

Shades of Pink Flare #CEB7BB

Tints of Pink Flare #CEB7BB

Color information

#CEB7BB (or 0xCEB7BB) is unknown color: approx Pink Flare. HEX triplet: CE, B7 and BB. RGB value is (206,183,187). Sum of RGB (Red+Green+Blue) = 206+183+187=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7BB is #314844. Grayscale: #BEBEBE. Windows color (decimal): -3229765 or 12302286. OLE color: 12302286.

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

Color convert

RGB206183187-
CMYK00.110.090.19
HSL349.57º19.01%76.27%-
HSV(B)349.57º11.17%80.78%-
XYZ51.3650.5854.07-
YUV190.33126.12139.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 183 (71.88% from 255) = 31.77%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=35.76%
G=31.77%
B=32.47%

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
Decimal20618318700.110.090.19349.5719.0176.27
HexCEB7BB0B91315e134c
Octal316267273013112353623114
Binary11001110101101111011101101011100110011101011110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7BB; }

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

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

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

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

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

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

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

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