Html Css Color HEX #D687A6 Kobi

📋 copy color: '#D687A6'

red 214 ◦ green 135 ◦ blue 166

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

Shades of Kobi #D687A6

Tints of Kobi #D687A6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.21%

 BLUE value IS 166 (65.23% from 255) = 32.23%

R = 41.55%
G = 26.21%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D687A6 (or 0xD687A6) is known color: Kobi. HEX triplet: D6, 87 and A6. RGB value is (214,135,166). Sum of RGB (Red+Green+Blue) = 214+135+166=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D687A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D687A6 is #297859. Grayscale: #A2A2A2. Windows color (decimal): -2717786 or 10913750. OLE color: 10913750.

HSL color Cylindrical-coordinate representation of color #D687A6: hue angle of 336.46º 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 #D687A6 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 166 -
CMYK 0 0.37 0.22 0.16
HSL 336.46º 0.49% 0.68% -
HSV(B) 336.46º 0.37% 0.84% -
XYZ 43.28 34.38 40.43 -
YUV 162.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 214 135 166 0 0.37 0.22 0.16 336.46 0.49 0.68
Hex D6 87 A6 0 25 16 10 150 31 44
Octal 326 207 246 0 45 26 20 520 61 104
Binary 11010110 10000111 10100110 0 100101 10110 10000 101010000 110001 1000100

Color Harmonies of #D687A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687A6

Black with #D687A6

Text Example


Text Example

White with #D687A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687A6; }

 p { color: rgb(214,135,166); }

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

background-color css

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

 a { background-color: rgb(214,135,166); }

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

border-color css

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

 span { border-color: rgb(214,135,166); }

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