#D6989D

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

Shades of Careys Pink #D6989D

Tints of Careys Pink #D6989D

Color information

#D6989D (or 0xD6989D) is unknown color: approx Careys Pink. HEX triplet: D6, 98 and 9D. RGB value is (214,152,157). Sum of RGB (Red+Green+Blue) = 214+152+157=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6989D is #296762. Grayscale: #ABABAB. Windows color (decimal): -2713443 or 10328278. OLE color: 10328278.

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

Color convert

RGB214152157-
CMYK00.290.270.16
HSL355.16º43.06%71.76%-
HSV(B)355.16º28.97%83.92%-
XYZ45.0539.1937.09-
YUV171.11120.04158.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=40.92%
G=29.06%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415215700.290.270.16355.1643.0671.76
HexD6989D01D1B101632b48
Octal326230235035332054353110
Binary11010110100110001001110101110111011100001011000111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6989D; }

 p { color: rgb(214,152,157); }

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

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

 a { background-color: rgb(214,152,157); }

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

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

 span { border-color: rgb(214,152,157); }

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