#CE9899

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

Shades of Careys Pink #CE9899

Tints of Careys Pink #CE9899

Color information

#CE9899 (or 0xCE9899) is unknown color: approx Careys Pink. HEX triplet: CE, 98 and 99. RGB value is (206,152,153). Sum of RGB (Red+Green+Blue) = 206+152+153=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9899 is #316766. Grayscale: #A8A8A8. Windows color (decimal): -3237735 or 10066126. OLE color: 10066126.

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

Color convert

RGB206152153-
CMYK00.260.260.19
HSL358.89º35.53%70.2%-
HSV(B)358.89º26.21%80.78%-
XYZ42.4337.8835.21-
YUV168.26119.39154.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 153 (60.16% from 255) = 29.94%
R=40.31%
G=29.75%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615215300.260.260.19358.8935.5370.2
HexCE989901A1A131672446
Octal316230231032322354744106
Binary11001110100110001001100101101011010100111011001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9899; }

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

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

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

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

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

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

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

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