Html Css Color HEX #D7979E Careys Pink

📋 copy color: '#D7979E'

red 215 ◦ green 151 ◦ blue 158

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

Shades of Careys Pink #D7979E

Tints of Careys Pink #D7979E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.15%

R = 41.03%
G = 28.82%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7979E (or 0xD7979E) is known color: Careys Pink. HEX triplet: D7, 97 and 9E. RGB value is (215,151,158). Sum of RGB (Red+Green+Blue) = 215+151+158=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7979E is #286861. Grayscale: #AAAAAA. Windows color (decimal): -2648162 or 10393559. OLE color: 10393559.

HSL color Cylindrical-coordinate representation of color #D7979E: hue angle of 353.44º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7979E is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 151 158 -
CMYK 0 0.30 0.27 0.16
HSL 353.44º 0.44% 0.72% -
HSV(B) 353.44º 0.3% 0.84% -
XYZ 45.26 39.05 37.5 -
YUV 170.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 215 151 158 0 0.30 0.27 0.16 353.44 0.44 0.72
Hex D7 97 9E 0 1E 1B 10 161 2C 48
Octal 327 227 236 0 36 33 20 541 54 110
Binary 11010111 10010111 10011110 0 11110 11011 10000 101100001 101100 1001000

Color Harmonies of #D7979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7979E

Black with #D7979E

Text Example


Text Example

White with #D7979E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7979E; }

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

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

background-color css

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

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

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

border-color css

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

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

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