Html Css Color HEX #CE959C Careys Pink

📋 copy color: '#CE959C'

red 206 ◦ green 149 ◦ blue 156

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

Shades of Careys Pink #CE959C

Tints of Careys Pink #CE959C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.53%

R = 40.31%
G = 29.16%
B = 30.53%

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

#CE959C (or 0xCE959C) is known color: Careys Pink. HEX triplet: CE, 95 and 9C. RGB value is (206,149,156). Sum of RGB (Red+Green+Blue) = 206+149+156=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE959C is #316A63. Grayscale: #A6A6A6. Windows color (decimal): -3238500 or 10261966. OLE color: 10261966.

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

Color convert

RGB 206 149 156 -
CMYK 0 0.28 0.24 0.19
HSL 352.63º 0.37% 0.7% -
HSV(B) 352.63º 0.28% 0.81% -
XYZ 42.2 37.02 36.37 -
YUV 166.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 206 149 156 0 0.28 0.24 0.19 352.63 0.37 0.7
Hex CE 95 9C 0 1C 18 13 161 25 46
Octal 316 225 234 0 34 30 23 541 45 106
Binary 11001110 10010101 10011100 0 11100 11000 10011 101100001 100101 1000110

Color Harmonies of #CE959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE959C

Black with #CE959C

Text Example


Text Example

White with #CE959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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