#D595AB

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

Shades of Kobi #D595AB

Tints of Kobi #D595AB

Color information

#D595AB (or 0xD595AB) is unknown color: approx Kobi. HEX triplet: D5, 95 and AB. RGB value is (213,149,171). Sum of RGB (Red+Green+Blue) = 213+149+171=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D595AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D595AB is #2A6A54. Grayscale: #AAAAAA. Windows color (decimal): -2779733 or 11245013. OLE color: 11245013.

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

Color convert

RGB213149171-
CMYK00.300.200.16
HSL339.38º43.24%70.98%-
HSV(B)339.38º30.05%83.53%-
XYZ45.5438.5843.57-
YUV170.64128.2158.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=39.96%
G=27.95%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314917100.300.200.16339.3843.2470.98
HexD595AB01E14101532b47
Octal325225253036242052353107
Binary11010101100101011010101101111010100100001010100111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595AB; }

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

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

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

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

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

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

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

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