#D486AB

Color #D486AB Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D486AB

Tints of Kobi #D486AB

Color information

#D486AB (or 0xD486AB) is unknown color: approx Kobi. HEX triplet: D4, 86 and AB. RGB value is (212,134,171). Sum of RGB (Red+Green+Blue) = 212+134+171=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D486AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D486AB is #2B7954. Grayscale: #A1A1A1. Windows color (decimal): -2849109 or 11241172. OLE color: 11241172.

HSL color Cylindrical-coordinate representation of color #D486AB: hue angle of 331.54º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D486AB is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212134171-
CMYK00.370.190.17
HSL331.54º47.56%67.84%-
HSV(B)331.54º36.79%83.14%-
XYZ43.0333.9942.82-
YUV161.54133.34163.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=41.01%
G=25.92%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213417100.370.190.17331.5447.5667.84
HexD486AB025131114c3044
Octal324206253045232151460104
Binary110101001000011010101011010010110011100011010011001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486AB; }

 p { color: rgb(212,134,171); }

 H1.HeaderClassName
 {
   color: #D486AB;
 }
 .AnyTagClassName
 {
   color: #D486AB;
 }
</style>
background-color css

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

 a { background-color: rgb(212,134,171); }

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

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

 span { border-color: rgb(212,134,171); }

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