#CE9195

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

Shades of Careys Pink #CE9195

Tints of Careys Pink #CE9195

Color information

#CE9195 (or 0xCE9195) is unknown color: approx Careys Pink. HEX triplet: CE, 91 and 95. RGB value is (206,145,149). Sum of RGB (Red+Green+Blue) = 206+145+149=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9195 is #316E6A. Grayscale: #A3A3A3. Windows color (decimal): -3239531 or 9802190. OLE color: 9802190.

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

Color convert

RGB206145149-
CMYK00.300.280.19
HSL356.07º38.36%68.82%-
HSV(B)356.07º29.61%80.78%-
XYZ4135.5433.13-
YUV163.7119.71158.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=41.2%
G=29%
B=29.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614514900.300.280.19356.0738.3668.82
HexCE919501E1C131642645
Octal316221225036342354446105
Binary11001110100100011001010101111011100100111011001001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9195; }

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

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

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

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

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

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

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

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