#CE989B

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

Shades of Careys Pink #CE989B

Tints of Careys Pink #CE989B

Color information

#CE989B (or 0xCE989B) is unknown color: approx Careys Pink. HEX triplet: CE, 98 and 9B. RGB value is (206,152,155). Sum of RGB (Red+Green+Blue) = 206+152+155=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE989B is #316764. Grayscale: #A8A8A8. Windows color (decimal): -3237733 or 10197198. OLE color: 10197198.

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

Color convert

RGB206152155-
CMYK00.260.250.19
HSL356.67º35.53%70.2%-
HSV(B)356.67º26.21%80.78%-
XYZ42.637.9436.09-
YUV168.49120.39154.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 155 (60.94% from 255) = 30.21%
R=40.16%
G=29.63%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615215500.260.250.19356.6735.5370.2
HexCE989B01A19131652446
Octal316230233032312354544106
Binary11001110100110001001101101101011001100111011001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE989B; }

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

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

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

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

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

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

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

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