#CE939A

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

Shades of Careys Pink #CE939A

Tints of Careys Pink #CE939A

Color information

#CE939A (or 0xCE939A) is unknown color: approx Careys Pink. HEX triplet: CE, 93 and 9A. RGB value is (206,147,154). Sum of RGB (Red+Green+Blue) = 206+147+154=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE939A is #316C65. Grayscale: #A5A5A5. Windows color (decimal): -3239014 or 10130382. OLE color: 10130382.

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

Color convert

RGB206147154-
CMYK00.290.250.19
HSL352.88º37.58%69.22%-
HSV(B)352.88º28.64%80.78%-
XYZ41.7236.3235.38-
YUV165.44121.55156.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=40.63%
G=28.99%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614715400.290.250.19352.8837.5869.22
HexCE939A01D19131612645
Octal316223232035312354146105
Binary11001110100100111001101001110111001100111011000011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE939A; }

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

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

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

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

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

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

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

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