#D898A2

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

Shades of Careys Pink #D898A2

Tints of Careys Pink #D898A2

Color information

#D898A2 (or 0xD898A2) is unknown color: approx Careys Pink. HEX triplet: D8, 98 and A2. RGB value is (216,152,162). Sum of RGB (Red+Green+Blue) = 216+152+162=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D898A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D898A2 is #27675D. Grayscale: #ACACAC. Windows color (decimal): -2582366 or 10655960. OLE color: 10655960.

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

Color convert

RGB216152162-
CMYK00.300.250.15
HSL350.62º45.07%72.16%-
HSV(B)350.62º29.63%84.71%-
XYZ46.0739.6639.41-
YUV172.28122.2159.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.75%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 162 (63.67% from 255) = 30.57%
R=40.75%
G=28.68%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615216200.300.250.15350.6245.0772.16
HexD898A201E19F15f2d48
Octal330230242036311753755110
Binary1101100010011000101000100111101100111111010111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D898A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D898A2; }

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

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

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

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

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

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

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

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