#CE959B

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

Shades of Careys Pink #CE959B

Tints of Careys Pink #CE959B

Color information

#CE959B (or 0xCE959B) is unknown color: approx Careys Pink. HEX triplet: CE, 95 and 9B. RGB value is (206,149,155). Sum of RGB (Red+Green+Blue) = 206+149+155=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE959B is #316A64. Grayscale: #A6A6A6. Windows color (decimal): -3238501 or 10196430. OLE color: 10196430.

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

Color convert

RGB206149155-
CMYK00.280.250.19
HSL353.68º36.77%69.61%-
HSV(B)353.68º27.67%80.78%-
XYZ42.1236.9835.93-
YUV166.73121.38156.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=40.39%
G=29.22%
B=30.39%

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
Decimal20614915500.280.250.19353.6836.7769.61
HexCE959B01C19131622546
Octal316225233034312354245106
Binary11001110100101011001101101110011001100111011000101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE959B; }

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

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

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

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

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

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

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

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