#CE9AA3

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

Shades of Careys Pink #CE9AA3

Tints of Careys Pink #CE9AA3

Color information

#CE9AA3 (or 0xCE9AA3) is unknown color: approx Careys Pink. HEX triplet: CE, 9A and A3. RGB value is (206,154,163). Sum of RGB (Red+Green+Blue) = 206+154+163=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9AA3 is #31655C. Grayscale: #AAAAAA. Windows color (decimal): -3237213 or 10721998. OLE color: 10721998.

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

Color convert

RGB206154163-
CMYK00.250.210.19
HSL349.62º34.67%70.59%-
HSV(B)349.62º25.24%80.78%-
XYZ43.6238.8839.86-
YUV170.57123.73153.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=39.39%
G=29.45%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615416300.250.210.19349.6234.6770.59
HexCE9AA3019151315e2347
Octal316232243031252353643107
Binary11001110100110101010001101100110101100111010111101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9AA3; }

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

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

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

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

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

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

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

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