#CE949F

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

Shades of Careys Pink #CE949F

Tints of Careys Pink #CE949F

Color information

#CE949F (or 0xCE949F) is unknown color: approx Careys Pink. HEX triplet: CE, 94 and 9F. RGB value is (206,148,159). Sum of RGB (Red+Green+Blue) = 206+148+159=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE949F is #316B60. Grayscale: #A6A6A6. Windows color (decimal): -3238753 or 10458318. OLE color: 10458318.

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

Color convert

RGB206148159-
CMYK00.280.230.19
HSL348.62º37.18%69.41%-
HSV(B)348.62º28.16%80.78%-
XYZ42.336.837.68-
YUV166.6123.72156.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=40.16%
G=28.85%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614815900.280.230.19348.6237.1869.41
HexCE949F01C171315d2545
Octal316224237034272353545105
Binary11001110100101001001111101110010111100111010111011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE949F; }

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

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

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

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

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

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

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

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