Html Css Color HEX #D4979A Careys Pink

📋 copy color: '#D4979A'

red 212 ◦ green 151 ◦ blue 154

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

Shades of Careys Pink #D4979A

Tints of Careys Pink #D4979A

RGB

 RED value IS 212 (83.2% from 255) = 41.01%

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

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

R = 41.01%
G = 29.21%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4979A (or 0xD4979A) is known color: Careys Pink. HEX triplet: D4, 97 and 9A. RGB value is (212,151,154). Sum of RGB (Red+Green+Blue) = 212+151+154=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4979A is #2B6865. Grayscale: #A9A9A9. Windows color (decimal): -2844774 or 10131412. OLE color: 10131412.

HSL color Cylindrical-coordinate representation of color #D4979A: hue angle of 357.05º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4979A is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 154 -
CMYK 0 0.29 0.27 0.17
HSL 357.05º 0.41% 0.71% -
HSV(B) 357.05º 0.29% 0.83% -
XYZ 44.05 38.46 35.67 -
YUV 169.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 212 151 154 0 0.29 0.27 0.17 357.05 0.41 0.71
Hex D4 97 9A 0 1D 1B 11 165 29 47
Octal 324 227 232 0 35 33 21 545 51 107
Binary 11010100 10010111 10011010 0 11101 11011 10001 101100101 101001 1000111

Color Harmonies of #D4979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4979A

Black with #D4979A

Text Example


Text Example

White with #D4979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4979A; }

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

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

background-color css

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

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

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

border-color css

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

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

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