#D596AE

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

Shades of Kobi #D596AE

Tints of Kobi #D596AE

Color information

#D596AE (or 0xD596AE) is unknown color: approx Kobi. HEX triplet: D5, 96 and AE. RGB value is (213,150,174). Sum of RGB (Red+Green+Blue) = 213+150+174=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D596AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596AE is #2A6951. Grayscale: #ABABAB. Windows color (decimal): -2779474 or 11441877. OLE color: 11441877.

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

Color convert

RGB213150174-
CMYK00.300.180.16
HSL337.14º42.86%71.18%-
HSV(B)337.14º29.58%83.53%-
XYZ45.9939.0145.15-
YUV171.57129.37157.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=39.66%
G=27.93%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315017400.300.180.16337.1442.8671.18
HexD596AE01E12101512b47
Octal325226256036222052153107
Binary11010101100101101010111001111010010100001010100011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596AE; }

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

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

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

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

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

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

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

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