#D4979C

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

Shades of Careys Pink #D4979C

Tints of Careys Pink #D4979C

Color information

#D4979C (or 0xD4979C) is unknown color: approx Careys Pink. HEX triplet: D4, 97 and 9C. RGB value is (212,151,156). Sum of RGB (Red+Green+Blue) = 212+151+156=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4979C is #2B6863. Grayscale: #A9A9A9. Windows color (decimal): -2844772 or 10262484. OLE color: 10262484.

HSL color Cylindrical-coordinate representation of color #D4979C: hue angle of 355.08º 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 #D4979C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212151156-
CMYK00.290.260.17
HSL355.08º41.5%71.18%-
HSV(B)355.08º28.77%83.14%-
XYZ44.2238.5336.56-
YUV169.81120.21158.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=40.85%
G=29.09%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215115600.290.260.17355.0841.571.18
HexD4979C01D1A111632947
Octal324227234035322154351107
Binary11010100100101111001110001110111010100011011000111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4979C; }

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

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

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

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

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

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

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

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