#CE939C

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

Shades of Careys Pink #CE939C

Tints of Careys Pink #CE939C

Color information

#CE939C (or 0xCE939C) is unknown color: approx Careys Pink. HEX triplet: CE, 93 and 9C. RGB value is (206,147,156). Sum of RGB (Red+Green+Blue) = 206+147+156=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE939C is #316C63. Grayscale: #A5A5A5. Windows color (decimal): -3239012 or 10261454. OLE color: 10261454.

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

Color convert

RGB206147156-
CMYK00.290.240.19
HSL350.85º37.58%69.22%-
HSV(B)350.85º28.64%80.78%-
XYZ41.8936.3936.27-
YUV165.67122.55156.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=40.47%
G=28.88%
B=30.65%

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
Decimal20614715600.290.240.19350.8537.5869.22
HexCE939C01D181315f2645
Octal316223234035302353746105
Binary11001110100100111001110001110111000100111010111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE939C; }

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

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

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

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

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

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

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

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