#CEA6AE

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

Shades of Careys Pink #CEA6AE

Tints of Careys Pink #CEA6AE

Color information

#CEA6AE (or 0xCEA6AE) is unknown color: approx Careys Pink. HEX triplet: CE, A6 and AE. RGB value is (206,166,174). Sum of RGB (Red+Green+Blue) = 206+166+174=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA6AE is #315951. Grayscale: #B2B2B2. Windows color (decimal): -3234130 or 11445966. OLE color: 11445966.

HSL color Cylindrical-coordinate representation of color #CEA6AE: hue angle of 348º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA6AE is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206166174-
CMYK00.190.160.19
HSL348º28.99%72.94%-
HSV(B)348º19.42%80.78%-
XYZ46.7343.4545.97-
YUV178.87125.25147.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=37.73%
G=30.40%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616617400.190.160.1934828.9972.94
HexCEA6AE013101315c1d49
Octal316246256023202353435111
Binary1100111010100110101011100100111000010011101011100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA6AE; }

 p { color: rgb(206,166,174); }

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

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

 a { background-color: rgb(206,166,174); }

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

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

 span { border-color: rgb(206,166,174); }

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