#CE9599

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

Shades of Careys Pink #CE9599

Tints of Careys Pink #CE9599

Color information

#CE9599 (or 0xCE9599) is unknown color: approx Careys Pink. HEX triplet: CE, 95 and 99. RGB value is (206,149,153). Sum of RGB (Red+Green+Blue) = 206+149+153=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9599 is #316A66. Grayscale: #A6A6A6. Windows color (decimal): -3238503 or 10065358. OLE color: 10065358.

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

Color convert

RGB206149153-
CMYK00.280.260.19
HSL355.79º36.77%69.61%-
HSV(B)355.79º27.67%80.78%-
XYZ41.9536.9235.05-
YUV166.5120.38156.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=40.55%
G=29.33%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614915300.280.260.19355.7936.7769.61
HexCE959901C1A131642546
Octal316225231034322354445106
Binary11001110100101011001100101110011010100111011001001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9599; }

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

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

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

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

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

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

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

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