#CE949E

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

Shades of Careys Pink #CE949E

Tints of Careys Pink #CE949E

Color information

#CE949E (or 0xCE949E) is unknown color: approx Careys Pink. HEX triplet: CE, 94 and 9E. RGB value is (206,148,158). Sum of RGB (Red+Green+Blue) = 206+148+158=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE949E is #316B61. Grayscale: #A6A6A6. Windows color (decimal): -3238754 or 10392782. OLE color: 10392782.

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

Color convert

RGB206148158-
CMYK00.280.230.19
HSL349.66º37.18%69.41%-
HSV(B)349.66º28.16%80.78%-
XYZ42.2236.7737.22-
YUV166.48123.22156.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=40.23%
G=28.91%
B=30.86%

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
Decimal20614815800.280.230.19349.6637.1869.41
HexCE949E01C171315e2545
Octal316224236034272353645105
Binary11001110100101001001111001110010111100111010111101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE949E; }

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

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

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

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

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

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

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

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