Html Css Color HEX #CE979D Careys Pink

📋 copy color: '#CE979D'

red 206 ◦ green 151 ◦ blue 157

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

Shades of Careys Pink #CE979D

Tints of Careys Pink #CE979D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.38%

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

R = 40.08%
G = 29.38%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE979D (or 0xCE979D) is known color: Careys Pink. HEX triplet: CE, 97 and 9D. RGB value is (206,151,157). Sum of RGB (Red+Green+Blue) = 206+151+157=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE979D is #316862. Grayscale: #A8A8A8. Windows color (decimal): -3237987 or 10328014. OLE color: 10328014.

HSL color Cylindrical-coordinate representation of color #CE979D: hue angle of 353.45º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE979D is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 157 -
CMYK 0 0.27 0.24 0.19
HSL 353.45º 0.36% 0.7% -
HSV(B) 353.45º 0.27% 0.81% -
XYZ 42.61 37.69 36.93 -
YUV 168.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 206 151 157 0 0.27 0.24 0.19 353.45 0.36 0.7
Hex CE 97 9D 0 1B 18 13 161 24 46
Octal 316 227 235 0 33 30 23 541 44 106
Binary 11001110 10010111 10011101 0 11011 11000 10011 101100001 100100 1000110

Color Harmonies of #CE979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE979D

Black with #CE979D

Text Example


Text Example

White with #CE979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE979D; }

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

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

background-color css

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

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

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

border-color css

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

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

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