#CEB5B6

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

Shades of Pink Flare #CEB5B6

Tints of Pink Flare #CEB5B6

Color information

#CEB5B6 (or 0xCEB5B6) is unknown color: approx Pink Flare. HEX triplet: CE, B5 and B6. RGB value is (206,181,182). Sum of RGB (Red+Green+Blue) = 206+181+182=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5B6 is #314A49. Grayscale: #BCBCBC. Windows color (decimal): -3230282 or 11974094. OLE color: 11974094.

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

Color convert

RGB206181182-
CMYK00.120.120.19
HSL357.6º20.33%75.88%-
HSV(B)357.6º12.14%80.78%-
XYZ50.4249.5551.16-
YUV188.59124.28140.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 181 (71.09% from 255) = 31.81%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=36.20%
G=31.81%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618118200.120.120.19357.620.3375.88
HexCEB5B60CC13166144c
Octal316265266014142354624114
Binary11001110101101011011011001100110010011101100110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5B6; }

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

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

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

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

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

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

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

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