#CEA0AE

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

Shades of Careys Pink #CEA0AE

Tints of Careys Pink #CEA0AE

Color information

#CEA0AE (or 0xCEA0AE) is unknown color: approx Careys Pink. HEX triplet: CE, A0 and AE. RGB value is (206,160,174). Sum of RGB (Red+Green+Blue) = 206+160+174=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA0AE is #315F51. Grayscale: #AFAFAF. Windows color (decimal): -3235666 or 11444430. OLE color: 11444430.

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

Color convert

RGB206160174-
CMYK00.220.160.19
HSL341.74º31.94%71.76%-
HSV(B)341.74º22.33%80.78%-
XYZ45.6641.3245.61-
YUV175.35127.24149.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=38.15%
G=29.63%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616017400.220.160.19341.7431.9471.76
HexCEA0AE01610131562048
Octal316240256026202352640110
Binary11001110101000001010111001011010000100111010101101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0AE; }

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

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

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

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

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

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

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

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