#CEA2AE

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

Shades of Careys Pink #CEA2AE

Tints of Careys Pink #CEA2AE

Color information

#CEA2AE (or 0xCEA2AE) is unknown color: approx Careys Pink. HEX triplet: CE, A2 and AE. RGB value is (206,162,174). Sum of RGB (Red+Green+Blue) = 206+162+174=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA2AE is #315D51. Grayscale: #B0B0B0. Windows color (decimal): -3235154 or 11444942. OLE color: 11444942.

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

Color convert

RGB206162174-
CMYK00.210.160.19
HSL343.64º30.99%72.16%-
HSV(B)343.64º21.36%80.78%-
XYZ46.0142.0245.73-
YUV176.52126.58149.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=38.01%
G=29.89%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616217400.210.160.19343.6430.9972.16
HexCEA2AE01510131581f48
Octal316242256025202353037110
Binary1100111010100010101011100101011000010011101011000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2AE; }

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

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

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

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

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

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

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

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