Html Css Color HEX #CE959F Careys Pink

📋 copy color: '#CE959F'

red 206 ◦ green 149 ◦ blue 159

#CE959F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #CE959F

Tints of Careys Pink #CE959F

RGB

 RED value IS 206 (80.86% from 255) = 40.08%

 GREEN value IS 149 (58.59% from 255) = 28.99%

 BLUE value IS 159 (62.5% from 255) = 30.93%

R = 40.08%
G = 28.99%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE959F (or 0xCE959F) is known color: Careys Pink. HEX triplet: CE, 95 and 9F. RGB value is (206,149,159). Sum of RGB (Red+Green+Blue) = 206+149+159=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE959F is #316A60. Grayscale: #A7A7A7. Windows color (decimal): -3238497 or 10458574. OLE color: 10458574.

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

Color convert

RGB 206 149 159 -
CMYK 0 0.28 0.23 0.19
HSL 349.47º 0.37% 0.7% -
HSV(B) 349.47º 0.28% 0.81% -
XYZ 42.46 37.12 37.73 -
YUV 167.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 206 149 159 0 0.28 0.23 0.19 349.47 0.37 0.7
Hex CE 95 9F 0 1C 17 13 15D 25 46
Octal 316 225 237 0 34 27 23 535 45 106
Binary 11001110 10010101 10011111 0 11100 10111 10011 101011101 100101 1000110

Color Harmonies of #CE959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE959F

Black with #CE959F

Text Example


Text Example

White with #CE959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE959F; }

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

 H1.HeaderClassName
 {
   color: #CE959F;
 }
 .AnyTagClassName
 {
   color: #CE959F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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