#CEB3B6

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

Shades of Pink Flare #CEB3B6

Tints of Pink Flare #CEB3B6

Color information

#CEB3B6 (or 0xCEB3B6) is unknown color: approx Pink Flare. HEX triplet: CE, B3 and B6. RGB value is (206,179,182). Sum of RGB (Red+Green+Blue) = 206+179+182=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3B6 is #314C49. Grayscale: #BBBBBB. Windows color (decimal): -3230794 or 11973582. OLE color: 11973582.

HSL color Cylindrical-coordinate representation of color #CEB3B6: hue angle of 353.33º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB3B6 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB206179182-
CMYK00.130.120.19
HSL353.33º21.6%75.49%-
HSV(B)353.33º13.11%80.78%-
XYZ50.0248.7451.03-
YUV187.41124.95141.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 179 (70.31% from 255) = 31.57%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=36.33%
G=31.57%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617918200.130.120.19353.3321.675.49
HexCEB3B60DC13161164b
Octal316263266015142354126113
Binary11001110101100111011011001101110010011101100001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3B6; }

 p { color: rgb(206,179,182); }

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

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

 a { background-color: rgb(206,179,182); }

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

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

 span { border-color: rgb(206,179,182); }

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