#CE9EAB

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

Shades of Careys Pink #CE9EAB

Tints of Careys Pink #CE9EAB

Color information

#CE9EAB (or 0xCE9EAB) is unknown color: approx Careys Pink. HEX triplet: CE, 9E and AB. RGB value is (206,158,171). Sum of RGB (Red+Green+Blue) = 206+158+171=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9EAB is #316154. Grayscale: #ADADAD. Windows color (decimal): -3236181 or 11247310. OLE color: 11247310.

HSL color Cylindrical-coordinate representation of color #CE9EAB: hue angle of 343.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9EAB is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206158171-
CMYK00.230.170.19
HSL343.75º32.88%71.37%-
HSV(B)343.75º23.3%80.78%-
XYZ45.0340.5243.98-
YUV173.83126.4150.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=38.50%
G=29.53%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615817100.230.170.19343.7532.8871.37
HexCE9EAB01711131582147
Octal316236253027212353041107
Binary11001110100111101010101101011110001100111010110001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9EAB; }

 p { color: rgb(206,158,171); }

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

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

 a { background-color: rgb(206,158,171); }

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

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

 span { border-color: rgb(206,158,171); }

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