#CE949A

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

Shades of Careys Pink #CE949A

Tints of Careys Pink #CE949A

Color information

#CE949A (or 0xCE949A) is unknown color: approx Careys Pink. HEX triplet: CE, 94 and 9A. RGB value is (206,148,154). Sum of RGB (Red+Green+Blue) = 206+148+154=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE949A is #316B65. Grayscale: #A6A6A6. Windows color (decimal): -3238758 or 10130638. OLE color: 10130638.

HSL color Cylindrical-coordinate representation of color #CE949A: hue angle of 353.79º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE949A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB206148154-
CMYK00.280.250.19
HSL353.79º37.18%69.41%-
HSV(B)353.79º28.16%80.78%-
XYZ41.8836.6335.44-
YUV166.03121.22156.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=40.55%
G=29.13%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614815400.280.250.19353.7937.1869.41
HexCE949A01C19131622545
Octal316224232034312354245105
Binary11001110100101001001101001110011001100111011000101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE949A; }

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

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

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

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

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

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

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

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