Html Css Color HEX #D1596A Cabaret

📋 copy color: '#D1596A'

red 209 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #D1596A

Tints of Cabaret #D1596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.24%

R = 51.73%
G = 22.03%
B = 26.24%

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

#D1596A (or 0xD1596A) is known color: Cabaret. HEX triplet: D1, 59 and 6A. RGB value is (209,89,106). Sum of RGB (Red+Green+Blue) = 209+89+106=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1596A is #2EA695. Grayscale: #7E7E7E. Windows color (decimal): -3057302 or 6969809. OLE color: 6969809.

HSL color Cylindrical-coordinate representation of color #D1596A: hue angle of 351.5º 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 #D1596A is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 89 106 -
CMYK 0 0.57 0.49 0.18
HSL 351.5º 0.57% 0.58% -
HSV(B) 351.5º 0.57% 0.82% -
XYZ 32.47 21.74 16.12 -
YUV 126.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 209 89 106 0 0.57 0.49 0.18 351.5 0.57 0.58
Hex D1 59 6A 0 39 31 12 160 39 3A
Octal 321 131 152 0 71 61 22 540 71 72
Binary 11010001 1011001 1101010 0 111001 110001 10010 101100000 111001 111010

Color Harmonies of #D1596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1596A

Black with #D1596A

Text Example


Text Example

White with #D1596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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