Html Css Color HEX #D686AC Kobi

📋 copy color: '#D686AC'

red 214 ◦ green 134 ◦ blue 172

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

Shades of Kobi #D686AC

Tints of Kobi #D686AC

RGB

 RED value IS 214 (83.98% from 255) = 41.15%

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

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 41.15%
G = 25.77%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D686AC (or 0xD686AC) is known color: Kobi. HEX triplet: D6, 86 and AC. RGB value is (214,134,172). Sum of RGB (Red+Green+Blue) = 214+134+172=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D686AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D686AC is #297953. Grayscale: #A2A2A2. Windows color (decimal): -2718036 or 11306710. OLE color: 11306710.

HSL color Cylindrical-coordinate representation of color #D686AC: hue angle of 331.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D686AC is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 172 -
CMYK 0 0.37 0.20 0.16
HSL 331.5º 0.49% 0.68% -
HSV(B) 331.5º 0.37% 0.84% -
XYZ 43.7 34.32 43.35 -
YUV 162.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 214 134 172 0 0.37 0.20 0.16 331.5 0.49 0.68
Hex D6 86 AC 0 25 14 10 14C 31 44
Octal 326 206 254 0 45 24 20 514 61 104
Binary 11010110 10000110 10101100 0 100101 10100 10000 101001100 110001 1000100

Color Harmonies of #D686AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D686AC

Black with #D686AC

Text Example


Text Example

White with #D686AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D686AC; }

 p { color: rgb(214,134,172); }

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

background-color css

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

 a { background-color: rgb(214,134,172); }

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

border-color css

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

 span { border-color: rgb(214,134,172); }

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