Html Css Color HEX #D19092 Careys Pink

📋 copy color: '#D19092'

red 209 ◦ green 144 ◦ blue 146

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

Shades of Careys Pink #D19092

Tints of Careys Pink #D19092

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.86%

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

R = 41.88%
G = 28.86%
B = 29.26%

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

#D19092 (or 0xD19092) is known color: Careys Pink. HEX triplet: D1, 90 and 92. RGB value is (209,144,146). Sum of RGB (Red+Green+Blue) = 209+144+146=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D19092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19092 is #2E6F6D. Grayscale: #A3A3A3. Windows color (decimal): -3043182 or 9605329. OLE color: 9605329.

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

Color convert

RGB 209 144 146 -
CMYK 0 0.31 0.30 0.18
HSL 358.15º 0.41% 0.69% -
HSV(B) 358.15º 0.31% 0.82% -
XYZ 41.46 35.58 31.88 -
YUV 163.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 209 144 146 0 0.31 0.30 0.18 358.15 0.41 0.69
Hex D1 90 92 0 1F 1E 12 166 29 45
Octal 321 220 222 0 37 36 22 546 51 105
Binary 11010001 10010000 10010010 0 11111 11110 10010 101100110 101001 1000101

Color Harmonies of #D19092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19092

Black with #D19092

Text Example


Text Example

White with #D19092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19092; }

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

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

background-color css

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

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

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

border-color css

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

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

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