Html Css Color HEX #D6596D Cabaret

📋 copy color: '#D6596D'

red 214 ◦ green 89 ◦ blue 109

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

Shades of Cabaret #D6596D

Tints of Cabaret #D6596D

RGB

 RED value IS 214 (83.98% from 255) = 51.94%

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

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 51.94%
G = 21.6%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6596D (or 0xD6596D) is known color: Cabaret. HEX triplet: D6, 59 and 6D. RGB value is (214,89,109). Sum of RGB (Red+Green+Blue) = 214+89+109=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6596D is #29A692. Grayscale: #808080. Windows color (decimal): -2729619 or 7166422. OLE color: 7166422.

HSL color Cylindrical-coordinate representation of color #D6596D: hue angle of 350.4º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6596D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 109 -
CMYK 0 0.58 0.49 0.16
HSL 350.4º 0.6% 0.59% -
HSV(B) 350.4º 0.58% 0.84% -
XYZ 34.06 22.55 17.02 -
YUV 128.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 214 89 109 0 0.58 0.49 0.16 350.4 0.6 0.59
Hex D6 59 6D 0 3A 31 10 15E 3C 3B
Octal 326 131 155 0 72 61 20 536 74 73
Binary 11010110 1011001 1101101 0 111010 110001 10000 101011110 111100 111011

Color Harmonies of #D6596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6596D

Black with #D6596D

Text Example


Text Example

White with #D6596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6596D; }

 p { color: rgb(214,89,109); }

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

background-color css

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

 a { background-color: rgb(214,89,109); }

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

border-color css

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

 span { border-color: rgb(214,89,109); }

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