#D798A2

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

Shades of Careys Pink #D798A2

Tints of Careys Pink #D798A2

Color information

#D798A2 (or 0xD798A2) is unknown color: approx Careys Pink. HEX triplet: D7, 98 and A2. RGB value is (215,152,162). Sum of RGB (Red+Green+Blue) = 215+152+162=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D798A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D798A2 is #28675D. Grayscale: #ACACAC. Windows color (decimal): -2647902 or 10655959. OLE color: 10655959.

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

Color convert

RGB215152162-
CMYK00.290.250.16
HSL350.48º44.06%71.96%-
HSV(B)350.48º29.3%84.31%-
XYZ45.7739.5139.4-
YUV171.98122.37158.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=40.64%
G=28.73%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515216200.290.250.16350.4844.0671.96
HexD798A201D191015e2c48
Octal327230242035312053654110
Binary11010111100110001010001001110111001100001010111101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D798A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D798A2; }

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

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

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

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

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

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

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

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