#D89698

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

Shades of Careys Pink #D89698

Tints of Careys Pink #D89698

Color information

#D89698 (or 0xD89698) is unknown color: approx Careys Pink. HEX triplet: D8, 96 and 98. RGB value is (216,150,152). Sum of RGB (Red+Green+Blue) = 216+150+152=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D89698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89698 is #276967. Grayscale: #AAAAAA. Windows color (decimal): -2582888 or 10000088. OLE color: 10000088.

HSL color Cylindrical-coordinate representation of color #D89698: hue angle of 358.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89698 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB216150152-
CMYK00.310.300.15
HSL358.18º45.83%71.76%-
HSV(B)358.18º30.56%84.71%-
XYZ44.8938.6834.81-
YUV169.96117.87160.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.70%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=41.70%
G=28.96%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615015200.310.300.15358.1845.8371.76
HexD8969801F1EF1662e48
Octal330226230037361754656110
Binary1101100010010110100110000111111111011111011001101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89698; }

 p { color: rgb(216,150,152); }

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

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

 a { background-color: rgb(216,150,152); }

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

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

 span { border-color: rgb(216,150,152); }

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