#CE959E

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

Shades of Careys Pink #CE959E

Tints of Careys Pink #CE959E

Color information

#CE959E (or 0xCE959E) is unknown color: approx Careys Pink. HEX triplet: CE, 95 and 9E. RGB value is (206,149,158). Sum of RGB (Red+Green+Blue) = 206+149+158=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE959E is #316A61. Grayscale: #A7A7A7. Windows color (decimal): -3238498 or 10393038. OLE color: 10393038.

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

Color convert

RGB206149158-
CMYK00.280.230.19
HSL350.53º36.77%69.61%-
HSV(B)350.53º27.67%80.78%-
XYZ42.3737.0937.27-
YUV167.07122.88155.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=40.16%
G=29.04%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614915800.280.230.19350.5336.7769.61
HexCE959E01C171315f2546
Octal316225236034272353745106
Binary11001110100101011001111001110010111100111010111111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE959E; }

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

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

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

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

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

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

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

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