#D49BB4

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

Shades of Kobi #D49BB4

Tints of Kobi #D49BB4

Color information

#D49BB4 (or 0xD49BB4) is unknown color: approx Kobi. HEX triplet: D4, 9B and B4. RGB value is (212,155,180). Sum of RGB (Red+Green+Blue) = 212+155+180=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BB4 is #2B644B. Grayscale: #AEAEAE. Windows color (decimal): -2843724 or 11836372. OLE color: 11836372.

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

Color convert

RGB212155180-
CMYK00.270.150.17
HSL333.68º39.86%71.96%-
HSV(B)333.68º26.89%83.14%-
XYZ47.1140.7448.56-
YUV174.89130.88154.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=38.76%
G=28.34%
B=32.91%

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
Decimal21215518000.270.150.17333.6839.8671.96
HexD49BB401BF1114e2848
Octal324233264033172151650110
Binary1101010010011011101101000110111111100011010011101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BB4; }

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

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

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

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

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

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

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

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