#CE9699

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

Shades of Careys Pink #CE9699

Tints of Careys Pink #CE9699

Color information

#CE9699 (or 0xCE9699) is unknown color: approx Careys Pink. HEX triplet: CE, 96 and 99. RGB value is (206,150,153). Sum of RGB (Red+Green+Blue) = 206+150+153=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9699 is #316966. Grayscale: #A7A7A7. Windows color (decimal): -3238247 or 10065614. OLE color: 10065614.

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

Color convert

RGB206150153-
CMYK00.270.260.19
HSL356.79º36.36%69.8%-
HSV(B)356.79º27.18%80.78%-
XYZ42.1137.2335.1-
YUV167.09120.05155.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=40.47%
G=29.47%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615015300.270.260.19356.7936.3669.8
HexCE969901B1A131652446
Octal316226231033322354544106
Binary11001110100101101001100101101111010100111011001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9699; }

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

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

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

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

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

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

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

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