Html Css Color HEX #D19297 Careys Pink

📋 copy color: '#D19297'

red 209 ◦ green 146 ◦ blue 151

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

Shades of Careys Pink #D19297

Tints of Careys Pink #D19297

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

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

R = 41.3%
G = 28.85%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D19297 (or 0xD19297) is known color: Careys Pink. HEX triplet: D1, 92 and 97. RGB value is (209,146,151). Sum of RGB (Red+Green+Blue) = 209+146+151=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D19297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19297 is #2E6D68. Grayscale: #A5A5A5. Windows color (decimal): -3042665 or 9933521. OLE color: 9933521.

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

Color convert

RGB 209 146 151 -
CMYK 0 0.30 0.28 0.18
HSL 355.24º 0.41% 0.7% -
HSV(B) 355.24º 0.3% 0.82% -
XYZ 42.16 36.35 34.07 -
YUV 165.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 209 146 151 0 0.30 0.28 0.18 355.24 0.41 0.7
Hex D1 92 97 0 1E 1C 12 163 29 46
Octal 321 222 227 0 36 34 22 543 51 106
Binary 11010001 10010010 10010111 0 11110 11100 10010 101100011 101001 1000110

Color Harmonies of #D19297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19297

Black with #D19297

Text Example


Text Example

White with #D19297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19297; }

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

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

background-color css

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

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

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

border-color css

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

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

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