Html Css Color HEX #D498A0 Careys Pink

📋 copy color: '#D498A0'

red 212 ◦ green 152 ◦ blue 160

#D498A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #D498A0

Tints of Careys Pink #D498A0

RGB

 RED value IS 212 (83.2% 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 value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D498A0 (or 0xD498A0) is known color: 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

RGB 212 152 160 -
CMYK 0 0.28 0.25 0.17
HSL 352º 0.41% 0.71% -
HSV(B) 352º 0.28% 0.83% -
XYZ 44.72 38.99 38.43 -
YUV 170.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 212 152 160 0 0.28 0.25 0.17 352 0.41 0.71
Hex D4 98 A0 0 1C 19 11 160 29 47
Octal 324 230 240 0 34 31 21 540 51 107
Binary 11010100 10011000 10100000 0 11100 11001 10001 101100000 101001 1000111

Color Harmonies of #D498A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498A0

Black with #D498A0

Text Example


Text Example

White with #D498A0

Text Example


Text Example

HTML Codes & Css Web 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>