#D899A0

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

Shades of Careys Pink #D899A0

Tints of Careys Pink #D899A0

Color information

#D899A0 (or 0xD899A0) is unknown color: approx Careys Pink. HEX triplet: D8, 99 and A0. RGB value is (216,153,160). Sum of RGB (Red+Green+Blue) = 216+153+160=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D899A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D899A0 is #27665F. Grayscale: #ACACAC. Windows color (decimal): -2582112 or 10525144. OLE color: 10525144.

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

Color convert

RGB216153160-
CMYK00.290.260.15
HSL353.33º44.68%72.35%-
HSV(B)353.33º29.17%84.71%-
XYZ46.0639.9238.54-
YUV172.64120.87158.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=40.83%
G=28.92%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615316000.290.260.15353.3344.6872.35
HexD899A001D1AF1612d48
Octal330231240035321754155110
Binary1101100010011001101000000111011101011111011000011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D899A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D899A0; }

 p { color: rgb(216,153,160); }

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

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

 a { background-color: rgb(216,153,160); }

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

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

 span { border-color: rgb(216,153,160); }

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