#D198A0

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

Shades of Careys Pink #D198A0

Tints of Careys Pink #D198A0

Color information

#D198A0 (or 0xD198A0) is unknown color: approx Careys Pink. HEX triplet: D1, 98 and A0. RGB value is (209,152,160). Sum of RGB (Red+Green+Blue) = 209+152+160=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D198A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D198A0 is #2E675F. Grayscale: #A9A9A9. Windows color (decimal): -3041120 or 10524881. OLE color: 10524881.

HSL color Cylindrical-coordinate representation of color #D198A0: hue angle of 351.58º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D198A0 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB209152160-
CMYK00.270.230.18
HSL351.58º38.26%70.78%-
HSV(B)351.58º27.27%81.96%-
XYZ43.8738.5538.39-
YUV169.96122.38155.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 160 (62.89% from 255) = 30.71%
R=40.12%
G=29.17%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915216000.270.230.18351.5838.2670.78
HexD198A001B17121602647
Octal321230240033272254046107
Binary11010001100110001010000001101110111100101011000001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198A0; }

 p { color: rgb(209,152,160); }

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

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

 a { background-color: rgb(209,152,160); }

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

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

 span { border-color: rgb(209,152,160); }

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