#CE9FA6

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

Shades of Careys Pink #CE9FA6

Tints of Careys Pink #CE9FA6

Color information

#CE9FA6 (or 0xCE9FA6) is unknown color: approx Careys Pink. HEX triplet: CE, 9F and A6. RGB value is (206,159,166). Sum of RGB (Red+Green+Blue) = 206+159+166=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9FA6 is #316059. Grayscale: #ADADAD. Windows color (decimal): -3235930 or 10919886. OLE color: 10919886.

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

Color convert

RGB206159166-
CMYK00.230.190.19
HSL351.06º32.41%71.57%-
HSV(B)351.06º22.82%80.78%-
XYZ44.7340.6741.57-
YUV173.85123.57150.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 166 (65.23% from 255) = 31.26%
R=38.79%
G=29.94%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615916600.230.190.19351.0632.4171.57
HexCE9FA6017131315f2048
Octal316237246027232353740110
Binary11001110100111111010011001011110011100111010111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FA6; }

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

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

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

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

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

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

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

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