#D49BB2

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

Shades of Kobi #D49BB2

Tints of Kobi #D49BB2

Color information

#D49BB2 (or 0xD49BB2) is unknown color: approx Kobi. HEX triplet: D4, 9B and B2. RGB value is (212,155,178). Sum of RGB (Red+Green+Blue) = 212+155+178=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BB2 is #2B644D. Grayscale: #AEAEAE. Windows color (decimal): -2843726 or 11705300. OLE color: 11705300.

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

Color convert

RGB212155178-
CMYK00.270.160.17
HSL335.79º39.86%71.96%-
HSV(B)335.79º26.89%83.14%-
XYZ46.9140.6547.49-
YUV174.66129.88154.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=38.90%
G=28.44%
B=32.66%

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
Decimal21215517800.270.160.17335.7939.8671.96
HexD49BB201B10111502848
Octal324233262033202152050110
Binary11010100100110111011001001101110000100011010100001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BB2; }

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

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

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

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

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

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

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

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