#D596A4

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

Shades of Kobi #D596A4

Tints of Kobi #D596A4

Color information

#D596A4 (or 0xD596A4) is unknown color: approx Kobi. HEX triplet: D5, 96 and A4. RGB value is (213,150,164). Sum of RGB (Red+Green+Blue) = 213+150+164=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D596A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596A4 is #2A695B. Grayscale: #AAAAAA. Windows color (decimal): -2779484 or 10786517. OLE color: 10786517.

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

Color convert

RGB213150164-
CMYK00.300.230.16
HSL346.67º42.86%71.18%-
HSV(B)346.67º29.58%83.53%-
XYZ45.0538.6440.21-
YUV170.43124.37158.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 164 (64.45% from 255) = 31.12%
R=40.42%
G=28.46%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315016400.300.230.16346.6742.8671.18
HexD596A401E171015b2b47
Octal325226244036272053353107
Binary11010101100101101010010001111010111100001010110111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596A4; }

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

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

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

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

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

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

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

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