Html Css Color HEX #D186B0 Kobi

📋 copy color: '#D186B0'

red 209 ◦ green 134 ◦ blue 176

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

Shades of Kobi #D186B0

Tints of Kobi #D186B0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.82%

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

R = 40.27%
G = 25.82%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D186B0 (or 0xD186B0) is known color: Kobi. HEX triplet: D1, 86 and B0. RGB value is (209,134,176). Sum of RGB (Red+Green+Blue) = 209+134+176=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D186B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D186B0 is #2E794F. Grayscale: #A1A1A1. Windows color (decimal): -3045712 or 11568849. OLE color: 11568849.

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

Color convert

RGB 209 134 176 -
CMYK 0 0.36 0.16 0.18
HSL 326.4º 0.45% 0.67% -
HSV(B) 326.4º 0.36% 0.82% -
XYZ 42.66 33.74 45.34 -
YUV 161.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 209 134 176 0 0.36 0.16 0.18 326.4 0.45 0.67
Hex D1 86 B0 0 24 10 12 146 2D 43
Octal 321 206 260 0 44 20 22 506 55 103
Binary 11010001 10000110 10110000 0 100100 10000 10010 101000110 101101 1000011

Color Harmonies of #D186B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186B0

Black with #D186B0

Text Example


Text Example

White with #D186B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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