#D596A7

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

Shades of Kobi #D596A7

Tints of Kobi #D596A7

Color information

#D596A7 (or 0xD596A7) is unknown color: approx Kobi. HEX triplet: D5, 96 and A7. RGB value is (213,150,167). Sum of RGB (Red+Green+Blue) = 213+150+167=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D596A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596A7 is #2A6958. Grayscale: #AAAAAA. Windows color (decimal): -2779481 or 10983125. OLE color: 10983125.

HSL color Cylindrical-coordinate representation of color #D596A7: hue angle of 343.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596A7 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB213150167-
CMYK00.300.220.16
HSL343.81º42.86%71.18%-
HSV(B)343.81º29.58%83.53%-
XYZ45.3238.7541.65-
YUV170.78125.87158.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 167 (65.62% from 255) = 31.51%
R=40.19%
G=28.30%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315016700.300.220.16343.8142.8671.18
HexD596A701E16101582b47
Octal325226247036262053053107
Binary11010101100101101010011101111010110100001010110001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596A7; }

 p { color: rgb(213,150,167); }

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

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

 a { background-color: rgb(213,150,167); }

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

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

 span { border-color: rgb(213,150,167); }

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