Html Css Color HEX #D596AB Kobi

📋 copy color: '#D596AB'

red 213 ◦ green 150 ◦ blue 171

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

Shades of Kobi #D596AB

Tints of Kobi #D596AB

RGB

 RED value IS 213 (83.59% from 255) = 39.89%

 GREEN value IS 150 (58.98% from 255) = 28.09%

 BLUE value IS 171 (67.19% from 255) = 32.02%

R = 39.89%
G = 28.09%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D596AB (or 0xD596AB) is known color: Kobi. HEX triplet: D5, 96 and AB. RGB value is (213,150,171). Sum of RGB (Red+Green+Blue) = 213+150+171=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D596AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596AB is #2A6954. Grayscale: #ABABAB. Windows color (decimal): -2779477 or 11245269. OLE color: 11245269.

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

Color convert

RGB 213 150 171 -
CMYK 0 0.30 0.20 0.16
HSL 340º 0.43% 0.71% -
HSV(B) 340º 0.3% 0.84% -
XYZ 45.7 38.9 43.63 -
YUV 171.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 213 150 171 0 0.30 0.20 0.16 340 0.43 0.71
Hex D5 96 AB 0 1E 14 10 154 2B 47
Octal 325 226 253 0 36 24 20 524 53 107
Binary 11010101 10010110 10101011 0 11110 10100 10000 101010100 101011 1000111

Color Harmonies of #D596AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596AB

Black with #D596AB

Text Example


Text Example

White with #D596AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596AB; }

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

 H1.HeaderClassName
 {
   color: #D596AB;
 }
 .AnyTagClassName
 {
   color: #D596AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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