#D6979B

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

Shades of Careys Pink #D6979B

Tints of Careys Pink #D6979B

Color information

#D6979B (or 0xD6979B) is unknown color: approx Careys Pink. HEX triplet: D6, 97 and 9B. RGB value is (214,151,155). Sum of RGB (Red+Green+Blue) = 214+151+155=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6979B is #296864. Grayscale: #AAAAAA. Windows color (decimal): -2713701 or 10196950. OLE color: 10196950.

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

Color convert

RGB214151155-
CMYK00.290.280.16
HSL356.19º43.45%71.57%-
HSV(B)356.19º29.44%83.92%-
XYZ44.7138.836.14-
YUV170.29119.37159.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=41.15%
G=29.04%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415115500.290.280.16356.1943.4571.57
HexD6979B01D1C101642b48
Octal326227233035342054453110
Binary11010110100101111001101101110111100100001011001001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6979B; }

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

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

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

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

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

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

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

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