#D49BAD

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

Shades of Kobi #D49BAD

Tints of Kobi #D49BAD

Color information

#D49BAD (or 0xD49BAD) is unknown color: approx Kobi. HEX triplet: D4, 9B and AD. RGB value is (212,155,173). Sum of RGB (Red+Green+Blue) = 212+155+173=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BAD is #2B6452. Grayscale: #AEAEAE. Windows color (decimal): -2843731 or 11377620. OLE color: 11377620.

HSL color Cylindrical-coordinate representation of color #D49BAD: hue angle of 341.05º 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 #D49BAD is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212155173-
CMYK00.270.180.17
HSL341.05º39.86%71.96%-
HSV(B)341.05º26.89%83.14%-
XYZ46.4240.4644.9-
YUV174.1127.38155.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=39.26%
G=28.70%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215517300.270.180.17341.0539.8671.96
HexD49BAD01B12111552848
Octal324233255033222152550110
Binary11010100100110111010110101101110010100011010101011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BAD; }

 p { color: rgb(212,155,173); }

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

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

 a { background-color: rgb(212,155,173); }

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

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

 span { border-color: rgb(212,155,173); }

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