Html Css Color HEX #CE959E Careys Pink

📋 copy color: '#CE959E'

red 206 ◦ green 149 ◦ blue 158

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

Shades of Careys Pink #CE959E

Tints of Careys Pink #CE959E

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.8%

R = 40.16%
G = 29.04%
B = 30.8%

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

#CE959E (or 0xCE959E) is known color: 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

RGB 206 149 158 -
CMYK 0 0.28 0.23 0.19
HSL 350.53º 0.37% 0.7% -
HSV(B) 350.53º 0.28% 0.81% -
XYZ 42.37 37.09 37.27 -
YUV 167.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 206 149 158 0 0.28 0.23 0.19 350.53 0.37 0.7
Hex CE 95 9E 0 1C 17 13 15F 25 46
Octal 316 225 236 0 34 27 23 537 45 106
Binary 11001110 10010101 10011110 0 11100 10111 10011 101011111 100101 1000110

Color Harmonies of #CE959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE959E

Black with #CE959E

Text Example


Text Example

White with #CE959E

Text Example


Text Example

HTML Codes & Css Web 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>