#D595A6

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

Shades of Kobi #D595A6

Tints of Kobi #D595A6

Color information

#D595A6 (or 0xD595A6) is unknown color: approx Kobi. HEX triplet: D5, 95 and A6. RGB value is (213,149,166). Sum of RGB (Red+Green+Blue) = 213+149+166=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D595A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D595A6 is #2A6A59. Grayscale: #AAAAAA. Windows color (decimal): -2779738 or 10917333. OLE color: 10917333.

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

Color convert

RGB213149166-
CMYK00.300.220.16
HSL344.06º43.24%70.98%-
HSV(B)344.06º30.05%83.53%-
XYZ45.0738.3941.11-
YUV170.07125.7158.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=40.34%
G=28.22%
B=31.44%

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
Decimal21314916600.300.220.16344.0643.2470.98
HexD595A601E16101582b47
Octal325225246036262053053107
Binary11010101100101011010011001111010110100001010110001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595A6; }

 p { color: rgb(213,149,166); }

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

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

 a { background-color: rgb(213,149,166); }

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

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

 span { border-color: rgb(213,149,166); }

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