#CE989C

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

Shades of Careys Pink #CE989C

Tints of Careys Pink #CE989C

Color information

#CE989C (or 0xCE989C) is unknown color: approx Careys Pink. HEX triplet: CE, 98 and 9C. RGB value is (206,152,156). Sum of RGB (Red+Green+Blue) = 206+152+156=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE989C is #316763. Grayscale: #A8A8A8. Windows color (decimal): -3237732 or 10262734. OLE color: 10262734.

HSL color Cylindrical-coordinate representation of color #CE989C: hue angle of 355.56º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE989C is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206152156-
CMYK00.260.240.19
HSL355.56º35.53%70.2%-
HSV(B)355.56º26.21%80.78%-
XYZ42.6837.9836.53-
YUV168.6120.89154.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 152 (59.77% from 255) = 29.57%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=40.08%
G=29.57%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615215600.260.240.19355.5635.5370.2
HexCE989C01A18131642446
Octal316230234032302354444106
Binary11001110100110001001110001101011000100111011001001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE989C; }

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

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

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

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

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

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

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

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