#CE9094

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

Shades of Careys Pink #CE9094

Tints of Careys Pink #CE9094

Color information

#CE9094 (or 0xCE9094) is unknown color: approx Careys Pink. HEX triplet: CE, 90 and 94. RGB value is (206,144,148). Sum of RGB (Red+Green+Blue) = 206+144+148=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9094 is #316F6B. Grayscale: #A3A3A3. Windows color (decimal): -3239788 or 9736398. OLE color: 9736398.

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

Color convert

RGB206144148-
CMYK00.300.280.19
HSL356.13º38.75%68.63%-
HSV(B)356.13º30.1%80.78%-
XYZ40.7735.2132.66-
YUV162.99119.54158.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=41.37%
G=28.92%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614414800.300.280.19356.1338.7568.63
HexCE909401E1C131642745
Octal316220224036342354447105
Binary11001110100100001001010001111011100100111011001001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9094; }

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

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

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

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

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

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

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

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