Html Css Color HEX #D19192 Careys Pink

📋 copy color: '#D19192'

red 209 ◦ green 145 ◦ blue 146

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

Shades of Careys Pink #D19192

Tints of Careys Pink #D19192

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29%

 BLUE value IS 146 (57.42% from 255) = 29.2%

R = 41.8%
G = 29%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D19192 (or 0xD19192) is known color: Careys Pink. HEX triplet: D1, 91 and 92. RGB value is (209,145,146). Sum of RGB (Red+Green+Blue) = 209+145+146=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D19192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19192 is #2E6E6D. Grayscale: #A4A4A4. Windows color (decimal): -3042926 or 9605585. OLE color: 9605585.

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

Color convert

RGB 209 145 146 -
CMYK 0 0.31 0.30 0.18
HSL 359.06º 0.41% 0.69% -
HSV(B) 359.06º 0.31% 0.82% -
XYZ 41.61 35.88 31.93 -
YUV 164.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 209 145 146 0 0.31 0.30 0.18 359.06 0.41 0.69
Hex D1 91 92 0 1F 1E 12 167 29 45
Octal 321 221 222 0 37 36 22 547 51 105
Binary 11010001 10010001 10010010 0 11111 11110 10010 101100111 101001 1000101

Color Harmonies of #D19192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19192

Black with #D19192

Text Example


Text Example

White with #D19192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19192; }

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

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

background-color css

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

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

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

border-color css

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

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

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