#D49AB2

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

Shades of Kobi #D49AB2

Tints of Kobi #D49AB2

Color information

#D49AB2 (or 0xD49AB2) is unknown color: approx Kobi. HEX triplet: D4, 9A and B2. RGB value is (212,154,178). Sum of RGB (Red+Green+Blue) = 212+154+178=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AB2 is #2B654D. Grayscale: #AEAEAE. Windows color (decimal): -2843982 or 11705044. OLE color: 11705044.

HSL color Cylindrical-coordinate representation of color #D49AB2: hue angle of 335.17º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49AB2 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB212154178-
CMYK00.270.160.17
HSL335.17º40.28%71.76%-
HSV(B)335.17º27.36%83.14%-
XYZ46.7440.3247.44-
YUV174.08130.22155.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=38.97%
G=28.31%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215417800.270.160.17335.1740.2871.76
HexD49AB201B101114f2848
Octal324232262033202151750110
Binary11010100100110101011001001101110000100011010011111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AB2; }

 p { color: rgb(212,154,178); }

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

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

 a { background-color: rgb(212,154,178); }

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

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

 span { border-color: rgb(212,154,178); }

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