#D6979F

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

Shades of Careys Pink #D6979F

Tints of Careys Pink #D6979F

Color information

#D6979F (or 0xD6979F) is unknown color: approx Careys Pink. HEX triplet: D6, 97 and 9F. RGB value is (214,151,159). Sum of RGB (Red+Green+Blue) = 214+151+159=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6979F is #296860. Grayscale: #AAAAAA. Windows color (decimal): -2713697 or 10459094. OLE color: 10459094.

HSL color Cylindrical-coordinate representation of color #D6979F: hue angle of 352.38º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6979F is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB214151159-
CMYK00.290.260.16
HSL352.38º43.45%71.57%-
HSV(B)352.38º29.44%83.92%-
XYZ45.0638.9337.94-
YUV170.75121.37158.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=40.84%
G=28.82%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415115900.290.260.16352.3843.4571.57
HexD6979F01D1A101602b48
Octal326227237035322054053110
Binary11010110100101111001111101110111010100001011000001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6979F; }

 p { color: rgb(214,151,159); }

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

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

 a { background-color: rgb(214,151,159); }

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

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

 span { border-color: rgb(214,151,159); }

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