#ce989e

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

Shades of Careys Pink #CE989E

Tints of Careys Pink #CE989E

Color information

#CE989E (or 0xCE989E) is unknown color: approx Careys Pink. HEX triplet: CE, 98 and 9E. RGB value is (206,152,158). Sum of RGB (Red+Green+Blue) = 206+152+158=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE989E is #316761. Grayscale: #A8A8A8. Windows color (decimal): -3237730 or 10393806. OLE color: 10393806.

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

Color convert

RGB206152158-
CMYK00.260.230.19
HSL353.33º35.53%70.2%-
HSV(B)353.33º26.21%80.78%-
XYZ42.8538.0537.43-
YUV168.83121.89154.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=39.92%
G=29.46%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615215800.260.230.19353.3335.5370.2
HexCE989E01A17131612446
Octal316230236032272354144106
Binary11001110100110001001111001101010111100111011000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce989e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce989e; }

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

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

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

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

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

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

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

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