Html Css Color HEX #D79EA1 Careys Pink

📋 copy color: '#D79EA1'

red 215 ◦ green 158 ◦ blue 161

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

Shades of Careys Pink #D79EA1

Tints of Careys Pink #D79EA1

RGB

 RED value IS 215 (84.38% from 255) = 40.26%

 GREEN value IS 158 (62.11% from 255) = 29.59%

 BLUE value IS 161 (63.28% from 255) = 30.15%

R = 40.26%
G = 29.59%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D79EA1 (or 0xD79EA1) is known color: Careys Pink. HEX triplet: D7, 9E and A1. RGB value is (215,158,161). Sum of RGB (Red+Green+Blue) = 215+158+161=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79EA1 is #28615E. Grayscale: #AFAFAF. Windows color (decimal): -2646367 or 10591959. OLE color: 10591959.

HSL color Cylindrical-coordinate representation of color #D79EA1: hue angle of 356.84º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79EA1 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 158 161 -
CMYK 0 0.27 0.25 0.16
HSL 356.84º 0.42% 0.73% -
HSV(B) 356.84º 0.27% 0.84% -
XYZ 46.68 41.47 39.26 -
YUV 175.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 215 158 161 0 0.27 0.25 0.16 356.84 0.42 0.73
Hex D7 9E A1 0 1B 19 10 165 2A 49
Octal 327 236 241 0 33 31 20 545 52 111
Binary 11010111 10011110 10100001 0 11011 11001 10000 101100101 101010 1001001

Color Harmonies of #D79EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79EA1

Black with #D79EA1

Text Example


Text Example

White with #D79EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79EA1; }

 p { color: rgb(215,158,161); }

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

background-color css

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

 a { background-color: rgb(215,158,161); }

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

border-color css

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

 span { border-color: rgb(215,158,161); }

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