#D184AB

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

Shades of Kobi #D184AB

Tints of Kobi #D184AB

Color information

#D184AB (or 0xD184AB) is unknown color: approx Kobi. HEX triplet: D1, 84 and AB. RGB value is (209,132,171). Sum of RGB (Red+Green+Blue) = 209+132+171=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D184AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D184AB is #2E7B54. Grayscale: #9F9F9F. Windows color (decimal): -3046229 or 11240657. OLE color: 11240657.

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

Color convert

RGB209132171-
CMYK00.370.180.18
HSL329.61º45.56%66.86%-
HSV(B)329.61º36.84%81.96%-
XYZ41.93342.69-
YUV159.47134.51163.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=40.82%
G=25.78%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913217100.370.180.18329.6145.5666.86
HexD184AB025121214a2e43
Octal321204253045222251256103
Binary110100011000010010101011010010110010100101010010101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D184AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D184AB; }

 p { color: rgb(209,132,171); }

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

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

 a { background-color: rgb(209,132,171); }

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

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

 span { border-color: rgb(209,132,171); }

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