Html Css Color HEX #D199A1 Careys Pink

📋 copy color: '#D199A1'

red 209 ◦ green 153 ◦ blue 161

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

Shades of Careys Pink #D199A1

Tints of Careys Pink #D199A1

RGB

 RED value IS 209 (82.03% from 255) = 39.96%

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

 BLUE value IS 161 (63.28% from 255) = 30.78%

R = 39.96%
G = 29.25%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D199A1 (or 0xD199A1) is known color: Careys Pink. HEX triplet: D1, 99 and A1. RGB value is (209,153,161). Sum of RGB (Red+Green+Blue) = 209+153+161=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D199A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D199A1 is #2E665E. Grayscale: #AAAAAA. Windows color (decimal): -3040863 or 10590673. OLE color: 10590673.

HSL color Cylindrical-coordinate representation of color #D199A1: hue angle of 351.43º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D199A1 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 161 -
CMYK 0 0.27 0.23 0.18
HSL 351.43º 0.38% 0.71% -
HSV(B) 351.43º 0.27% 0.82% -
XYZ 44.12 38.91 38.9 -
YUV 170.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 209 153 161 0 0.27 0.23 0.18 351.43 0.38 0.71
Hex D1 99 A1 0 1B 17 12 15F 26 47
Octal 321 231 241 0 33 27 22 537 46 107
Binary 11010001 10011001 10100001 0 11011 10111 10010 101011111 100110 1000111

Color Harmonies of #D199A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D199A1

Black with #D199A1

Text Example


Text Example

White with #D199A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D199A1; }

 p { color: rgb(209,153,161); }

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

background-color css

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

 a { background-color: rgb(209,153,161); }

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

border-color css

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

 span { border-color: rgb(209,153,161); }

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