Html Css Color HEX #D79DA2 Careys Pink

📋 copy color: '#D79DA2'

red 215 ◦ green 157 ◦ blue 162

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

Shades of Careys Pink #D79DA2

Tints of Careys Pink #D79DA2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.4%

 BLUE value IS 162 (63.67% from 255) = 30.34%

R = 40.26%
G = 29.4%
B = 30.34%

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

#D79DA2 (or 0xD79DA2) is known color: Careys Pink. HEX triplet: D7, 9D and A2. RGB value is (215,157,162). Sum of RGB (Red+Green+Blue) = 215+157+162=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79DA2 is #28625D. Grayscale: #AEAEAE. Windows color (decimal): -2646622 or 10657239. OLE color: 10657239.

HSL color Cylindrical-coordinate representation of color #D79DA2: hue angle of 354.83º 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 #D79DA2 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 157 162 -
CMYK 0 0.27 0.25 0.16
HSL 354.83º 0.42% 0.73% -
HSV(B) 354.83º 0.27% 0.84% -
XYZ 46.6 41.17 39.67 -
YUV 174.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 215 157 162 0 0.27 0.25 0.16 354.83 0.42 0.73
Hex D7 9D A2 0 1B 19 10 163 2A 49
Octal 327 235 242 0 33 31 20 543 52 111
Binary 11010111 10011101 10100010 0 11011 11001 10000 101100011 101010 1001001

Color Harmonies of #D79DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79DA2

Black with #D79DA2

Text Example


Text Example

White with #D79DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79DA2; }

 p { color: rgb(215,157,162); }

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

background-color css

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

 a { background-color: rgb(215,157,162); }

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

border-color css

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

 span { border-color: rgb(215,157,162); }

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