#CEAAB1

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

Shades of Pink Flare #CEAAB1

Tints of Pink Flare #CEAAB1

Color information

#CEAAB1 (or 0xCEAAB1) is unknown color: approx Pink Flare. HEX triplet: CE, AA and B1. RGB value is (206,170,177). Sum of RGB (Red+Green+Blue) = 206+170+177=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAB1 is #31554E. Grayscale: #B5B5B5. Windows color (decimal): -3233103 or 11643598. OLE color: 11643598.

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

Color convert

RGB206170177-
CMYK00.170.140.19
HSL348.33º26.87%73.73%-
HSV(B)348.33º17.48%80.78%-
XYZ47.7645.0547.77-
YUV181.56125.43145.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=37.25%
G=30.74%
B=32.01%

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
Decimal20617017700.170.140.19348.3326.8773.73
HexCEAAB1011E1315c1b4a
Octal316252261021162353433112
Binary110011101010101010110001010001111010011101011100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAB1; }

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

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

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

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

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

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

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

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