#CEACB2

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

Shades of Pink Flare #CEACB2

Tints of Pink Flare #CEACB2

Color information

#CEACB2 (or 0xCEACB2) is unknown color: approx Pink Flare. HEX triplet: CE, AC and B2. RGB value is (206,172,178). Sum of RGB (Red+Green+Blue) = 206+172+178=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACB2 is #31534D. Grayscale: #B6B6B6. Windows color (decimal): -3232590 or 11709646. OLE color: 11709646.

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

Color convert

RGB206172178-
CMYK00.170.140.19
HSL349.41º25.76%74.12%-
HSV(B)349.41º16.5%80.78%-
XYZ48.2445.8448.43-
YUV182.85125.26144.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=37.05%
G=30.94%
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
Decimal20617217800.170.140.19349.4125.7674.12
HexCEACB2011E1315d1a4a
Octal316254262021162353532112
Binary110011101010110010110010010001111010011101011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACB2; }

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

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

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

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

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

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

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

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