#CEACB0

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

Shades of Pink Flare #CEACB0

Tints of Pink Flare #CEACB0

Color information

#CEACB0 (or 0xCEACB0) is unknown color: approx Pink Flare. HEX triplet: CE, AC and B0. RGB value is (206,172,176). Sum of RGB (Red+Green+Blue) = 206+172+176=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACB0 is #31534F. Grayscale: #B6B6B6. Windows color (decimal): -3232592 or 11578574. OLE color: 11578574.

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

Color convert

RGB206172176-
CMYK00.170.150.19
HSL352.94º25.76%74.12%-
HSV(B)352.94º16.5%80.78%-
XYZ48.0445.7647.38-
YUV182.62124.26144.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=37.18%
G=31.05%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617217600.170.150.19352.9425.7674.12
HexCEACB0011F131611a4a
Octal316254260021172354132112
Binary110011101010110010110000010001111110011101100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACB0; }

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

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

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

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

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

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

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

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