Html Css Color HEX #D19497 Careys Pink

📋 copy color: '#D19497'

red 209 ◦ green 148 ◦ blue 151

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

Shades of Careys Pink #D19497

Tints of Careys Pink #D19497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

 BLUE value IS 151 (59.38% from 255) = 29.72%

R = 41.14%
G = 29.13%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D19497 (or 0xD19497) is known color: Careys Pink. HEX triplet: D1, 94 and 97. RGB value is (209,148,151). Sum of RGB (Red+Green+Blue) = 209+148+151=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D19497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19497 is #2E6B68. Grayscale: #A6A6A6. Windows color (decimal): -3042153 or 9934033. OLE color: 9934033.

HSL color Cylindrical-coordinate representation of color #D19497: hue angle of 357.05º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19497 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 151 -
CMYK 0 0.29 0.28 0.18
HSL 357.05º 0.4% 0.7% -
HSV(B) 357.05º 0.29% 0.82% -
XYZ 42.47 36.97 34.18 -
YUV 166.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 209 148 151 0 0.29 0.28 0.18 357.05 0.4 0.7
Hex D1 94 97 0 1D 1C 12 165 28 46
Octal 321 224 227 0 35 34 22 545 50 106
Binary 11010001 10010100 10010111 0 11101 11100 10010 101100101 101000 1000110

Color Harmonies of #D19497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19497

Black with #D19497

Text Example


Text Example

White with #D19497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19497; }

 p { color: rgb(209,148,151); }

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

background-color css

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

 a { background-color: rgb(209,148,151); }

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

border-color css

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

 span { border-color: rgb(209,148,151); }

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