Html Css Color HEX #D196B0 Kobi

📋 copy color: '#D196B0'

red 209 ◦ green 150 ◦ blue 176

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

Shades of Kobi #D196B0

Tints of Kobi #D196B0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.04%

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

R = 39.07%
G = 28.04%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D196B0 (or 0xD196B0) is known color: Kobi. HEX triplet: D1, 96 and B0. RGB value is (209,150,176). Sum of RGB (Red+Green+Blue) = 209+150+176=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D196B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D196B0 is #2E694F. Grayscale: #AAAAAA. Windows color (decimal): -3041616 or 11572945. OLE color: 11572945.

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

Color convert

RGB 209 150 176 -
CMYK 0 0.28 0.16 0.18
HSL 333.56º 0.39% 0.7% -
HSV(B) 333.56º 0.28% 0.82% -
XYZ 45.04 38.5 46.13 -
YUV 170.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 209 150 176 0 0.28 0.16 0.18 333.56 0.39 0.7
Hex D1 96 B0 0 1C 10 12 14E 27 46
Octal 321 226 260 0 34 20 22 516 47 106
Binary 11010001 10010110 10110000 0 11100 10000 10010 101001110 100111 1000110

Color Harmonies of #D196B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196B0

Black with #D196B0

Text Example


Text Example

White with #D196B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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