Html Css Color HEX #D19495 Careys Pink

📋 copy color: '#D19495'

red 209 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #D19495

Tints of Careys Pink #D19495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.45%

R = 41.3%
G = 29.25%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D19495 (or 0xD19495) is known color: Careys Pink. HEX triplet: D1, 94 and 95. RGB value is (209,148,149). Sum of RGB (Red+Green+Blue) = 209+148+149=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D19495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19495 is #2E6B6A. Grayscale: #A6A6A6. Windows color (decimal): -3042155 or 9802961. OLE color: 9802961.

HSL color Cylindrical-coordinate representation of color #D19495: hue angle of 359.02º 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 #D19495 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 149 -
CMYK 0 0.29 0.29 0.18
HSL 359.02º 0.4% 0.7% -
HSV(B) 359.02º 0.29% 0.82% -
XYZ 42.31 36.91 33.33 -
YUV 166.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 209 148 149 0 0.29 0.29 0.18 359.02 0.4 0.7
Hex D1 94 95 0 1D 1D 12 167 28 46
Octal 321 224 225 0 35 35 22 547 50 106
Binary 11010001 10010100 10010101 0 11101 11101 10010 101100111 101000 1000110

Color Harmonies of #D19495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19495

Black with #D19495

Text Example


Text Example

White with #D19495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19495; }

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

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

background-color css

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

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

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

border-color css

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

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

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