#CE9196

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

Shades of Careys Pink #CE9196

Tints of Careys Pink #CE9196

Color information

#CE9196 (or 0xCE9196) is unknown color: approx Careys Pink. HEX triplet: CE, 91 and 96. RGB value is (206,145,150). Sum of RGB (Red+Green+Blue) = 206+145+150=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9196 is #316E69. Grayscale: #A3A3A3. Windows color (decimal): -3239530 or 9867726. OLE color: 9867726.

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

Color convert

RGB206145150-
CMYK00.300.270.19
HSL355.08º38.36%68.82%-
HSV(B)355.08º29.61%80.78%-
XYZ41.0835.5733.56-
YUV163.81120.21158.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=41.12%
G=28.94%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614515000.300.270.19355.0838.3668.82
HexCE919601E1B131632645
Octal316221226036332354346105
Binary11001110100100011001011001111011011100111011000111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9196; }

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

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

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

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

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

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

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

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