#CE979E

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

Shades of Careys Pink #CE979E

Tints of Careys Pink #CE979E

Color information

#CE979E (or 0xCE979E) is unknown color: approx Careys Pink. HEX triplet: CE, 97 and 9E. RGB value is (206,151,158). Sum of RGB (Red+Green+Blue) = 206+151+158=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE979E is #316861. Grayscale: #A8A8A8. Windows color (decimal): -3237986 or 10393550. OLE color: 10393550.

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

Color convert

RGB206151158-
CMYK00.270.230.19
HSL352.36º35.95%70%-
HSV(B)352.36º26.7%80.78%-
XYZ42.6937.7237.38-
YUV168.24122.22154.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=40%
G=29.32%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615115800.270.230.19352.3635.9570
HexCE979E01B17131602446
Octal316227236033272354044106
Binary11001110100101111001111001101110111100111011000001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE979E; }

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

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

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

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

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

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

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

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