Html Css Color HEX #D19AB1 Kobi

📋 copy color: '#D19AB1'

red 209 ◦ green 154 ◦ blue 177

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

Shades of Kobi #D19AB1

Tints of Kobi #D19AB1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.52%

 BLUE value IS 177 (69.53% from 255) = 32.78%

R = 38.7%
G = 28.52%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D19AB1 (or 0xD19AB1) is known color: Kobi. HEX triplet: D1, 9A and B1. RGB value is (209,154,177). Sum of RGB (Red+Green+Blue) = 209+154+177=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AB1 is #2E654E. Grayscale: #ADADAD. Windows color (decimal): -3040591 or 11639505. OLE color: 11639505.

HSL color Cylindrical-coordinate representation of color #D19AB1: hue angle of 334.91º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19AB1 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 154 177 -
CMYK 0 0.26 0.15 0.18
HSL 334.91º 0.37% 0.71% -
HSV(B) 334.91º 0.26% 0.82% -
XYZ 45.79 39.84 46.87 -
YUV 173.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 209 154 177 0 0.26 0.15 0.18 334.91 0.37 0.71
Hex D1 9A B1 0 1A F 12 14F 25 47
Octal 321 232 261 0 32 17 22 517 45 107
Binary 11010001 10011010 10110001 0 11010 1111 10010 101001111 100101 1000111

Color Harmonies of #D19AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19AB1

Black with #D19AB1

Text Example


Text Example

White with #D19AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19AB1; }

 p { color: rgb(209,154,177); }

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

background-color css

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

 a { background-color: rgb(209,154,177); }

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

border-color css

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

 span { border-color: rgb(209,154,177); }

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