Html Css Color HEX #D499A6 Careys Pink

📋 copy color: '#D499A6'

red 212 ◦ green 153 ◦ blue 166

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

Shades of Careys Pink #D499A6

Tints of Careys Pink #D499A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.26%

R = 39.92%
G = 28.81%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D499A6 (or 0xD499A6) is known color: Careys Pink. HEX triplet: D4, 99 and A6. RGB value is (212,153,166). Sum of RGB (Red+Green+Blue) = 212+153+166=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D499A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D499A6 is #2B6659. Grayscale: #ACACAC. Windows color (decimal): -2844250 or 10918356. OLE color: 10918356.

HSL color Cylindrical-coordinate representation of color #D499A6: hue angle of 346.78º 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 #D499A6 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 153 166 -
CMYK 0 0.28 0.22 0.17
HSL 346.78º 0.41% 0.72% -
HSV(B) 346.78º 0.28% 0.83% -
XYZ 45.43 39.53 41.31 -
YUV 172.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 212 153 166 0 0.28 0.22 0.17 346.78 0.41 0.72
Hex D4 99 A6 0 1C 16 11 15B 29 48
Octal 324 231 246 0 34 26 21 533 51 110
Binary 11010100 10011001 10100110 0 11100 10110 10001 101011011 101001 1001000

Color Harmonies of #D499A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D499A6

Black with #D499A6

Text Example


Text Example

White with #D499A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D499A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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