#D496B0

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

Shades of Kobi #D496B0

Tints of Kobi #D496B0

Color information

#D496B0 (or 0xD496B0) is unknown color: approx Kobi. HEX triplet: D4, 96 and B0. RGB value is (212,150,176). Sum of RGB (Red+Green+Blue) = 212+150+176=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D496B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D496B0 is #2B694F. Grayscale: #ABABAB. Windows color (decimal): -2845008 or 11572948. OLE color: 11572948.

HSL color Cylindrical-coordinate representation of color #D496B0: hue angle of 334.84º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D496B0 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212150176-
CMYK00.290.170.17
HSL334.84º41.89%70.98%-
HSV(B)334.84º29.25%83.14%-
XYZ45.8938.9446.17-
YUV171.5130.54156.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=39.41%
G=27.88%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215017600.290.170.17334.8441.8970.98
HexD496B001D111114f2a47
Octal324226260035212151752107
Binary11010100100101101011000001110110001100011010011111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496B0; }

 p { color: rgb(212,150,176); }

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

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

 a { background-color: rgb(212,150,176); }

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

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

 span { border-color: rgb(212,150,176); }

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