#CE9598

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

Shades of Careys Pink #CE9598

Tints of Careys Pink #CE9598

Color information

#CE9598 (or 0xCE9598) is unknown color: approx Careys Pink. HEX triplet: CE, 95 and 98. RGB value is (206,149,152). Sum of RGB (Red+Green+Blue) = 206+149+152=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9598 is #316A67. Grayscale: #A6A6A6. Windows color (decimal): -3238504 or 9999822. OLE color: 9999822.

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

Color convert

RGB206149152-
CMYK00.280.260.19
HSL356.84º36.77%69.61%-
HSV(B)356.84º27.67%80.78%-
XYZ41.8736.8834.62-
YUV166.38119.88156.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=40.63%
G=29.39%
B=29.98%

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
Decimal20614915200.280.260.19356.8436.7769.61
HexCE959801C1A131652546
Octal316225230034322354545106
Binary11001110100101011001100001110011010100111011001011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9598; }

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

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

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

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

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

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

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

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