Html Css Color HEX #D9979A Careys Pink

📋 copy color: '#D9979A'

red 217 ◦ green 151 ◦ blue 154

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

Shades of Careys Pink #D9979A

Tints of Careys Pink #D9979A

RGB

 RED value IS 217 (85.16% from 255) = 41.57%

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

 BLUE value IS 154 (60.55% from 255) = 29.5%

R = 41.57%
G = 28.93%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9979A (or 0xD9979A) is known color: Careys Pink. HEX triplet: D9, 97 and 9A. RGB value is (217,151,154). Sum of RGB (Red+Green+Blue) = 217+151+154=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9979A is #266865. Grayscale: #ABABAB. Windows color (decimal): -2517094 or 10131417. OLE color: 10131417.

HSL color Cylindrical-coordinate representation of color #D9979A: hue angle of 357.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9979A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 154 -
CMYK 0 0.30 0.29 0.15
HSL 357.27º 0.46% 0.72% -
HSV(B) 357.27º 0.3% 0.85% -
XYZ 45.51 39.22 35.74 -
YUV 171.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 217 151 154 0 0.30 0.29 0.15 357.27 0.46 0.72
Hex D9 97 9A 0 1E 1D F 165 2E 48
Octal 331 227 232 0 36 35 17 545 56 110
Binary 11011001 10010111 10011010 0 11110 11101 1111 101100101 101110 1001000

Color Harmonies of #D9979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9979A

Black with #D9979A

Text Example


Text Example

White with #D9979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9979A; }

 p { color: rgb(217,151,154); }

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

background-color css

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

 a { background-color: rgb(217,151,154); }

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

border-color css

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

 span { border-color: rgb(217,151,154); }

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