#CEACB5

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

Shades of Pink Flare #CEACB5

Tints of Pink Flare #CEACB5

Color information

#CEACB5 (or 0xCEACB5) is unknown color: approx Pink Flare. HEX triplet: CE, AC and B5. RGB value is (206,172,181). Sum of RGB (Red+Green+Blue) = 206+172+181=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACB5 is #31534A. Grayscale: #B7B7B7. Windows color (decimal): -3232587 or 11906254. OLE color: 11906254.

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

Color convert

RGB206172181-
CMYK00.170.120.19
HSL344.12º25.76%74.12%-
HSV(B)344.12º16.5%80.78%-
XYZ48.5545.9650.03-
YUV183.19126.76144.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 181 (71.09% from 255) = 32.38%
R=36.85%
G=30.77%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617218100.170.120.19344.1225.7674.12
HexCEACB5011C131581a4a
Octal316254265021142353032112
Binary110011101010110010110101010001110010011101011000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACB5; }

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

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

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

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

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

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

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

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