Html Css Color HEX #D1596B Cabaret

📋 copy color: '#D1596B'

red 209 ◦ green 89 ◦ blue 107

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

Shades of Cabaret #D1596B

Tints of Cabaret #D1596B

RGB

 RED value IS 209 (82.03% from 255) = 51.6%

 GREEN value IS 89 (35.16% from 255) = 21.98%

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 51.6%
G = 21.98%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1596B (or 0xD1596B) is known color: Cabaret. HEX triplet: D1, 59 and 6B. RGB value is (209,89,107). Sum of RGB (Red+Green+Blue) = 209+89+107=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1596B is #2EA694. Grayscale: #7E7E7E. Windows color (decimal): -3057301 or 7035345. OLE color: 7035345.

HSL color Cylindrical-coordinate representation of color #D1596B: hue angle of 351º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1596B is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 89 107 -
CMYK 0 0.57 0.49 0.18
HSL 351º 0.57% 0.58% -
HSV(B) 351º 0.57% 0.82% -
XYZ 32.52 21.76 16.4 -
YUV 126.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 209 89 107 0 0.57 0.49 0.18 351 0.57 0.58
Hex D1 59 6B 0 39 31 12 15F 39 3A
Octal 321 131 153 0 71 61 22 537 71 72
Binary 11010001 1011001 1101011 0 111001 110001 10010 101011111 111001 111010

Color Harmonies of #D1596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1596B

Black with #D1596B

Text Example


Text Example

White with #D1596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1596B; }

 p { color: rgb(209,89,107); }

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

background-color css

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

 a { background-color: rgb(209,89,107); }

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

border-color css

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

 span { border-color: rgb(209,89,107); }

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