#CE9FA2

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

Shades of Careys Pink #CE9FA2

Tints of Careys Pink #CE9FA2

Color information

#CE9FA2 (or 0xCE9FA2) is unknown color: approx Careys Pink. HEX triplet: CE, 9F and A2. RGB value is (206,159,162). Sum of RGB (Red+Green+Blue) = 206+159+162=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9FA2 is #31605D. Grayscale: #ADADAD. Windows color (decimal): -3235934 or 10657742. OLE color: 10657742.

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

Color convert

RGB206159162-
CMYK00.230.210.19
HSL356.17º32.41%71.57%-
HSV(B)356.17º22.82%80.78%-
XYZ44.3740.5339.67-
YUV173.4121.57151.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=39.09%
G=30.17%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615916200.230.210.19356.1732.4171.57
HexCE9FA201715131642048
Octal316237242027252354440110
Binary11001110100111111010001001011110101100111011001001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FA2; }

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

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

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

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

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

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

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

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