#CE979C

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

Shades of Careys Pink #CE979C

Tints of Careys Pink #CE979C

Color information

#CE979C (or 0xCE979C) is unknown color: approx Careys Pink. HEX triplet: CE, 97 and 9C. RGB value is (206,151,156). Sum of RGB (Red+Green+Blue) = 206+151+156=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE979C is #316863. Grayscale: #A8A8A8. Windows color (decimal): -3237988 or 10262478. OLE color: 10262478.

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

Color convert

RGB206151156-
CMYK00.270.240.19
HSL354.55º35.95%70%-
HSV(B)354.55º26.7%80.78%-
XYZ42.5237.6636.48-
YUV168.02121.22155.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=40.16%
G=29.43%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615115600.270.240.19354.5535.9570
HexCE979C01B18131632446
Octal316227234033302354344106
Binary11001110100101111001110001101111000100111011000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE979C; }

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

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

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

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

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

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

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

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