#D598AB

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

Shades of Kobi #D598AB

Tints of Kobi #D598AB

Color information

#D598AB (or 0xD598AB) is unknown color: approx Kobi. HEX triplet: D5, 98 and AB. RGB value is (213,152,171). Sum of RGB (Red+Green+Blue) = 213+152+171=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D598AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598AB is #2A6754. Grayscale: #ACACAC. Windows color (decimal): -2778965 or 11245781. OLE color: 11245781.

HSL color Cylindrical-coordinate representation of color #D598AB: hue angle of 341.31º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598AB is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213152171-
CMYK00.290.200.16
HSL341.31º42.07%71.57%-
HSV(B)341.31º28.64%83.53%-
XYZ46.0239.5443.74-
YUV172.4127.21156.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=39.74%
G=28.36%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315217100.290.200.16341.3142.0771.57
HexD598AB01D14101552a48
Octal325230253035242052552110
Binary11010101100110001010101101110110100100001010101011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598AB; }

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

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

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

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

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

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

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

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