#CE9297

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

Shades of Careys Pink #CE9297

Tints of Careys Pink #CE9297

Color information

#CE9297 (or 0xCE9297) is unknown color: approx Careys Pink. HEX triplet: CE, 92 and 97. RGB value is (206,146,151). Sum of RGB (Red+Green+Blue) = 206+146+151=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9297 is #316D68. Grayscale: #A4A4A4. Windows color (decimal): -3239273 or 9933518. OLE color: 9933518.

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

Color convert

RGB206146151-
CMYK00.290.270.19
HSL355º37.97%69.02%-
HSV(B)355º29.13%80.78%-
XYZ41.3235.9134.03-
YUV164.51120.38157.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=40.95%
G=29.03%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614615100.290.270.1935537.9769.02
HexCE929701D1B131632645
Octal316222227035332354346105
Binary11001110100100101001011101110111011100111011000111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9297; }

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

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

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

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

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

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

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

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