#CEACB1

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

Shades of Pink Flare #CEACB1

Tints of Pink Flare #CEACB1

Color information

#CEACB1 (or 0xCEACB1) is unknown color: approx Pink Flare. HEX triplet: CE, AC and B1. RGB value is (206,172,177). Sum of RGB (Red+Green+Blue) = 206+172+177=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACB1 is #31534E. Grayscale: #B6B6B6. Windows color (decimal): -3232591 or 11644110. OLE color: 11644110.

HSL color Cylindrical-coordinate representation of color #CEACB1: hue angle of 351.18º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEACB1 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206172177-
CMYK00.170.140.19
HSL351.18º25.76%74.12%-
HSV(B)351.18º16.5%80.78%-
XYZ48.1445.847.9-
YUV182.74124.76144.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 177 (69.53% from 255) = 31.89%
R=37.12%
G=30.99%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617217700.170.140.19351.1825.7674.12
HexCEACB1011E1315f1a4a
Octal316254261021162353732112
Binary110011101010110010110001010001111010011101011111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACB1; }

 p { color: rgb(206,172,177); }

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

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

 a { background-color: rgb(206,172,177); }

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

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

 span { border-color: rgb(206,172,177); }

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