Html Css Color HEX #D19AB2 Kobi

📋 copy color: '#D19AB2'

red 209 ◦ green 154 ◦ blue 178

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

Shades of Kobi #D19AB2

Tints of Kobi #D19AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 38.63%
G = 28.47%
B = 32.9%

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

#D19AB2 (or 0xD19AB2) is known color: Kobi. HEX triplet: D1, 9A and B2. RGB value is (209,154,178). Sum of RGB (Red+Green+Blue) = 209+154+178=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AB2 is #2E654D. Grayscale: #ADADAD. Windows color (decimal): -3040590 or 11705041. OLE color: 11705041.

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

Color convert

RGB 209 154 178 -
CMYK 0 0.26 0.15 0.18
HSL 333.82º 0.37% 0.71% -
HSV(B) 333.82º 0.26% 0.82% -
XYZ 45.89 39.88 47.4 -
YUV 173.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 209 154 178 0 0.26 0.15 0.18 333.82 0.37 0.71
Hex D1 9A B2 0 1A F 12 14E 25 47
Octal 321 232 262 0 32 17 22 516 45 107
Binary 11010001 10011010 10110010 0 11010 1111 10010 101001110 100101 1000111

Color Harmonies of #D19AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19AB2

Black with #D19AB2

Text Example


Text Example

White with #D19AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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