#CEA3A9

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

Shades of Careys Pink #CEA3A9

Tints of Careys Pink #CEA3A9

Color information

#CEA3A9 (or 0xCEA3A9) is unknown color: approx Careys Pink. HEX triplet: CE, A3 and A9. RGB value is (206,163,169). Sum of RGB (Red+Green+Blue) = 206+163+169=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA3A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA3A9 is #315C56. Grayscale: #B0B0B0. Windows color (decimal): -3234903 or 11117518. OLE color: 11117518.

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

Color convert

RGB206163169-
CMYK00.210.180.19
HSL351.63º30.5%72.35%-
HSV(B)351.63º20.87%80.78%-
XYZ45.7142.1843.27-
YUV176.54123.75149.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 163 (64.06% from 255) = 30.30%
BLUE value IS 169 (66.41% from 255) = 31.41%
R=38.29%
G=30.30%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616316900.210.180.19351.6330.572.35
HexCEA3A901512131601e48
Octal316243251025222354036110
Binary1100111010100011101010010101011001010011101100000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA3A9; }

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

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

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

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

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

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

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

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