Html Css Color HEX #CE959D Careys Pink

📋 copy color: '#CE959D'

red 206 ◦ green 149 ◦ blue 157

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

Shades of Careys Pink #CE959D

Tints of Careys Pink #CE959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 40.23%
G = 29.1%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE959D (or 0xCE959D) is known color: Careys Pink. HEX triplet: CE, 95 and 9D. RGB value is (206,149,157). Sum of RGB (Red+Green+Blue) = 206+149+157=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE959D is #316A62. Grayscale: #A6A6A6. Windows color (decimal): -3238499 or 10327502. OLE color: 10327502.

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

Color convert

RGB 206 149 157 -
CMYK 0 0.28 0.24 0.19
HSL 351.58º 0.37% 0.7% -
HSV(B) 351.58º 0.28% 0.81% -
XYZ 42.29 37.05 36.82 -
YUV 166.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 206 149 157 0 0.28 0.24 0.19 351.58 0.37 0.7
Hex CE 95 9D 0 1C 18 13 160 25 46
Octal 316 225 235 0 34 30 23 540 45 106
Binary 11001110 10010101 10011101 0 11100 11000 10011 101100000 100101 1000110

Color Harmonies of #CE959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE959D

Black with #CE959D

Text Example


Text Example

White with #CE959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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