#CE939D

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

Shades of Careys Pink #CE939D

Tints of Careys Pink #CE939D

Color information

#CE939D (or 0xCE939D) is unknown color: approx Careys Pink. HEX triplet: CE, 93 and 9D. RGB value is (206,147,157). Sum of RGB (Red+Green+Blue) = 206+147+157=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE939D is #316C62. Grayscale: #A5A5A5. Windows color (decimal): -3239011 or 10326990. OLE color: 10326990.

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

Color convert

RGB206147157-
CMYK00.290.240.19
HSL349.83º37.58%69.22%-
HSV(B)349.83º28.64%80.78%-
XYZ41.9736.4236.72-
YUV165.78123.05156.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 147 (57.81% from 255) = 28.82%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=40.39%
G=28.82%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614715700.290.240.19349.8337.5869.22
HexCE939D01D181315e2645
Octal316223235035302353646105
Binary11001110100100111001110101110111000100111010111101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE939D; }

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

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

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

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

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

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

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

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