Html Css Color HEX #D7979C Careys Pink

📋 copy color: '#D7979C'

red 215 ◦ green 151 ◦ blue 156

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

Shades of Careys Pink #D7979C

Tints of Careys Pink #D7979C

RGB

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

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

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

R = 41.19%
G = 28.93%
B = 29.89%

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

#D7979C (or 0xD7979C) is known color: Careys Pink. HEX triplet: D7, 97 and 9C. RGB value is (215,151,156). Sum of RGB (Red+Green+Blue) = 215+151+156=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7979C is #286863. Grayscale: #AAAAAA. Windows color (decimal): -2648164 or 10262487. OLE color: 10262487.

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

Color convert

RGB 215 151 156 -
CMYK 0 0.30 0.27 0.16
HSL 355.31º 0.44% 0.72% -
HSV(B) 355.31º 0.3% 0.84% -
XYZ 45.09 38.98 36.6 -
YUV 170.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 215 151 156 0 0.30 0.27 0.16 355.31 0.44 0.72
Hex D7 97 9C 0 1E 1B 10 163 2C 48
Octal 327 227 234 0 36 33 20 543 54 110
Binary 11010111 10010111 10011100 0 11110 11011 10000 101100011 101100 1001000

Color Harmonies of #D7979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7979C

Black with #D7979C

Text Example


Text Example

White with #D7979C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7979C; }

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

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

background-color css

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

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

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

border-color css

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

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

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