Html Css Color HEX #D499A0 Careys Pink

📋 copy color: '#D499A0'

red 212 ◦ green 153 ◦ blue 160

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

Shades of Careys Pink #D499A0

Tints of Careys Pink #D499A0

RGB

 RED value IS 212 (83.2% from 255) = 40.38%

 GREEN value IS 153 (60.16% from 255) = 29.14%

 BLUE value IS 160 (62.89% from 255) = 30.48%

R = 40.38%
G = 29.14%
B = 30.48%

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

#D499A0 (or 0xD499A0) is known color: Careys Pink. HEX triplet: D4, 99 and A0. RGB value is (212,153,160). Sum of RGB (Red+Green+Blue) = 212+153+160=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D499A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D499A0 is #2B665F. Grayscale: #ABABAB. Windows color (decimal): -2844256 or 10525140. OLE color: 10525140.

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

Color convert

RGB 212 153 160 -
CMYK 0 0.28 0.25 0.17
HSL 352.88º 0.41% 0.72% -
HSV(B) 352.88º 0.28% 0.83% -
XYZ 44.89 39.32 38.48 -
YUV 171.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 212 153 160 0 0.28 0.25 0.17 352.88 0.41 0.72
Hex D4 99 A0 0 1C 19 11 161 29 48
Octal 324 231 240 0 34 31 21 541 51 110
Binary 11010100 10011001 10100000 0 11100 11001 10001 101100001 101001 1001000

Color Harmonies of #D499A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D499A0

Black with #D499A0

Text Example


Text Example

White with #D499A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D499A0; }

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

 H1.HeaderClassName
 {
   color: #D499A0;
 }
 .AnyTagClassName
 {
   color: #D499A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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