#D498A0

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

Shades of Careys Pink #D498A0

Tints of Careys Pink #D498A0

Color information

#D498A0 (or 0xD498A0) is unknown color: approx Careys Pink. HEX triplet: D4, 98 and A0. RGB value is (212,152,160). Sum of RGB (Red+Green+Blue) = 212+152+160=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D498A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D498A0 is #2B675F. Grayscale: #AAAAAA. Windows color (decimal): -2844512 or 10524884. OLE color: 10524884.

HSL color Cylindrical-coordinate representation of color #D498A0: hue angle of 352º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498A0 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212152160-
CMYK00.280.250.17
HSL352º41.1%71.37%-
HSV(B)352º28.3%83.14%-
XYZ44.7238.9938.43-
YUV170.85121.88157.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 160 (62.89% from 255) = 30.53%
R=40.46%
G=29.01%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215216000.280.250.1735241.171.37
HexD498A001C19111602947
Octal324230240034312154051107
Binary11010100100110001010000001110011001100011011000001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498A0; }

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

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

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

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

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

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

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

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