#CE9798

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

Shades of Careys Pink #CE9798

Tints of Careys Pink #CE9798

Color information

#CE9798 (or 0xCE9798) is unknown color: approx Careys Pink. HEX triplet: CE, 97 and 98. RGB value is (206,151,152). Sum of RGB (Red+Green+Blue) = 206+151+152=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9798 is #316867. Grayscale: #A7A7A7. Windows color (decimal): -3237992 or 10000334. OLE color: 10000334.

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

Color convert

RGB206151152-
CMYK00.270.260.19
HSL358.91º35.95%70%-
HSV(B)358.91º26.7%80.78%-
XYZ42.1937.5234.72-
YUV167.56119.22155.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=40.47%
G=29.67%
B=29.86%

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
Decimal20615115200.270.260.19358.9135.9570
HexCE979801B1A131672446
Octal316227230033322354744106
Binary11001110100101111001100001101111010100111011001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9798; }

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

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

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

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

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

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

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

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