#CE9395

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

Shades of Careys Pink #CE9395

Tints of Careys Pink #CE9395

Color information

#CE9395 (or 0xCE9395) is unknown color: approx Careys Pink. HEX triplet: CE, 93 and 95. RGB value is (206,147,149). Sum of RGB (Red+Green+Blue) = 206+147+149=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9395 is #316C6A. Grayscale: #A4A4A4. Windows color (decimal): -3239019 or 9802702. OLE color: 9802702.

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

Color convert

RGB206147149-
CMYK00.290.280.19
HSL357.97º37.58%69.22%-
HSV(B)357.97º28.64%80.78%-
XYZ41.3136.1633.24-
YUV164.87119.05157.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=41.04%
G=29.28%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614714900.290.280.19357.9737.5869.22
HexCE939501D1C131662645
Octal316223225035342354646105
Binary11001110100100111001010101110111100100111011001101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9395; }

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

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

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

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

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

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

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

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