Html Css Color HEX #D199B0 Kobi

📋 copy color: '#D199B0'

red 209 ◦ green 153 ◦ blue 176

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

Shades of Kobi #D199B0

Tints of Kobi #D199B0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.44%

 BLUE value IS 176 (69.14% from 255) = 32.71%

R = 38.85%
G = 28.44%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D199B0 (or 0xD199B0) is known color: Kobi. HEX triplet: D1, 99 and B0. RGB value is (209,153,176). Sum of RGB (Red+Green+Blue) = 209+153+176=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D199B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D199B0 is #2E664F. Grayscale: #ACACAC. Windows color (decimal): -3040848 or 11573713. OLE color: 11573713.

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

Color convert

RGB 209 153 176 -
CMYK 0 0.27 0.16 0.18
HSL 335.36º 0.38% 0.71% -
HSV(B) 335.36º 0.27% 0.82% -
XYZ 45.52 39.47 46.29 -
YUV 172.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 209 153 176 0 0.27 0.16 0.18 335.36 0.38 0.71
Hex D1 99 B0 0 1B 10 12 14F 26 47
Octal 321 231 260 0 33 20 22 517 46 107
Binary 11010001 10011001 10110000 0 11011 10000 10010 101001111 100110 1000111

Color Harmonies of #D199B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D199B0

Black with #D199B0

Text Example


Text Example

White with #D199B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D199B0; }

 p { color: rgb(209,153,176); }

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

background-color css

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

 a { background-color: rgb(209,153,176); }

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

border-color css

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

 span { border-color: rgb(209,153,176); }

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