#CEA0A9

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

Shades of Careys Pink #CEA0A9

Tints of Careys Pink #CEA0A9

Color information

#CEA0A9 (or 0xCEA0A9) is unknown color: approx Careys Pink. HEX triplet: CE, A0 and A9. RGB value is (206,160,169). Sum of RGB (Red+Green+Blue) = 206+160+169=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA0A9 is #315F56. Grayscale: #AEAEAE. Windows color (decimal): -3235671 or 11116750. OLE color: 11116750.

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

Color convert

RGB206160169-
CMYK00.220.180.19
HSL348.26º31.94%71.76%-
HSV(B)348.26º22.33%80.78%-
XYZ45.1941.1343.09-
YUV174.78124.74150.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=38.50%
G=29.91%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616016900.220.180.19348.2631.9471.76
HexCEA0A9016121315c2048
Octal316240251026222353440110
Binary11001110101000001010100101011010010100111010111001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0A9; }

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

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

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

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

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

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

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

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