#D49BB5

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

Shades of Kobi #D49BB5

Tints of Kobi #D49BB5

Color information

#D49BB5 (or 0xD49BB5) is unknown color: approx Kobi. HEX triplet: D4, 9B and B5. RGB value is (212,155,181). Sum of RGB (Red+Green+Blue) = 212+155+181=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BB5 is #2B644A. Grayscale: #AEAEAE. Windows color (decimal): -2843723 or 11901908. OLE color: 11901908.

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

Color convert

RGB212155181-
CMYK00.270.150.17
HSL332.63º39.86%71.96%-
HSV(B)332.63º26.89%83.14%-
XYZ47.2140.7849.1-
YUV175.01131.38154.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=38.69%
G=28.28%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215518100.270.150.17332.6339.8671.96
HexD49BB501BF1114d2848
Octal324233265033172151550110
Binary1101010010011011101101010110111111100011010011011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BB5; }

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

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

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

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

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

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

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

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