Html Css Color HEX #D596AC Kobi

📋 copy color: '#D596AC'

red 213 ◦ green 150 ◦ blue 172

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

Shades of Kobi #D596AC

Tints of Kobi #D596AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.15%

R = 39.81%
G = 28.04%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D596AC (or 0xD596AC) is known color: Kobi. HEX triplet: D5, 96 and AC. RGB value is (213,150,172). Sum of RGB (Red+Green+Blue) = 213+150+172=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D596AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596AC is #2A6953. Grayscale: #ABABAB. Windows color (decimal): -2779476 or 11310805. OLE color: 11310805.

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

Color convert

RGB 213 150 172 -
CMYK 0 0.30 0.19 0.16
HSL 339.05º 0.43% 0.71% -
HSV(B) 339.05º 0.3% 0.84% -
XYZ 45.79 38.94 44.13 -
YUV 171.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 213 150 172 0 0.30 0.19 0.16 339.05 0.43 0.71
Hex D5 96 AC 0 1E 13 10 153 2B 47
Octal 325 226 254 0 36 23 20 523 53 107
Binary 11010101 10010110 10101100 0 11110 10011 10000 101010011 101011 1000111

Color Harmonies of #D596AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596AC

Black with #D596AC

Text Example


Text Example

White with #D596AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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