#CEA9B0

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

Shades of Pink Flare #CEA9B0

Tints of Pink Flare #CEA9B0

Color information

#CEA9B0 (or 0xCEA9B0) is unknown color: approx Pink Flare. HEX triplet: CE, A9 and B0. RGB value is (206,169,176). Sum of RGB (Red+Green+Blue) = 206+169+176=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA9B0 is #31564F. Grayscale: #B4B4B4. Windows color (decimal): -3233360 or 11577806. OLE color: 11577806.

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

Color convert

RGB206169176-
CMYK00.180.150.19
HSL348.65º27.41%73.53%-
HSV(B)348.65º17.96%80.78%-
XYZ47.4844.6347.19-
YUV180.86125.26145.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=37.39%
G=30.67%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616917600.180.150.19348.6527.4173.53
HexCEA9B0012F1315d1b4a
Octal316251260022172353533112
Binary110011101010100110110000010010111110011101011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9B0; }

 p { color: rgb(206,169,176); }

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

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

 a { background-color: rgb(206,169,176); }

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

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

 span { border-color: rgb(206,169,176); }

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