#D1979C

Color #D1979C Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #D1979C

Tints of Careys Pink #D1979C

Color information

#D1979C (or 0xD1979C) is unknown color: approx Careys Pink. HEX triplet: D1, 97 and 9C. RGB value is (209,151,156). Sum of RGB (Red+Green+Blue) = 209+151+156=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1979C is #2E6863. Grayscale: #A8A8A8. Windows color (decimal): -3041380 or 10262481. OLE color: 10262481.

HSL color Cylindrical-coordinate representation of color #D1979C: hue angle of 354.83º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1979C is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB209151156-
CMYK00.280.250.18
HSL354.83º38.67%70.59%-
HSV(B)354.83º27.75%81.96%-
XYZ43.3638.0936.52-
YUV168.91120.72156.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=40.50%
G=29.26%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915115600.280.250.18354.8338.6770.59
HexD1979C01C19121632747
Octal321227234034312254347107
Binary11010001100101111001110001110011001100101011000111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1979C; }

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

 H1.HeaderClassName
 {
   color: #D1979C;
 }
 .AnyTagClassName
 {
   color: #D1979C;
 }
</style>
background-color css

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

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

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

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

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

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