#CEABB3

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

Shades of Pink Flare #CEABB3

Tints of Pink Flare #CEABB3

Color information

#CEABB3 (or 0xCEABB3) is unknown color: approx Pink Flare. HEX triplet: CE, AB and B3. RGB value is (206,171,179). Sum of RGB (Red+Green+Blue) = 206+171+179=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABB3 is #31544C. Grayscale: #B6B6B6. Windows color (decimal): -3232845 or 11774926. OLE color: 11774926.

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

Color convert

RGB206171179-
CMYK00.170.130.19
HSL346.29º26.32%73.92%-
HSV(B)346.29º16.99%80.78%-
XYZ48.1545.548.89-
YUV182.38126.1144.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=37.05%
G=30.76%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617117900.170.130.19346.2926.3273.92
HexCEABB3011D1315a1a4a
Octal316253263021152353232112
Binary110011101010101110110011010001110110011101011010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEABB3; }

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

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

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

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

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

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

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

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