Html Css Color HEX #D598AB Kobi

📋 copy color: '#D598AB'

red 213 ◦ green 152 ◦ blue 171

#D598AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D598AB

Tints of Kobi #D598AB

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.9%

R = 39.74%
G = 28.36%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D598AB (or 0xD598AB) is known color: 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

RGB 213 152 171 -
CMYK 0 0.29 0.20 0.16
HSL 341.31º 0.42% 0.72% -
HSV(B) 341.31º 0.29% 0.84% -
XYZ 46.02 39.54 43.74 -
YUV 172.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 213 152 171 0 0.29 0.20 0.16 341.31 0.42 0.72
Hex D5 98 AB 0 1D 14 10 155 2A 48
Octal 325 230 253 0 35 24 20 525 52 110
Binary 11010101 10011000 10101011 0 11101 10100 10000 101010101 101010 1001000

Color Harmonies of #D598AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598AB

Black with #D598AB

Text Example


Text Example

White with #D598AB

Text Example


Text Example

HTML Codes & Css Web 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>