Html Css Color HEX #D6596E Cabaret

📋 copy color: '#D6596E'

red 214 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #D6596E

Tints of Cabaret #D6596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.63%

R = 51.82%
G = 21.55%
B = 26.63%

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

#D6596E (or 0xD6596E) is known color: Cabaret. HEX triplet: D6, 59 and 6E. RGB value is (214,89,110). Sum of RGB (Red+Green+Blue) = 214+89+110=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6596E is #29A691. Grayscale: #808080. Windows color (decimal): -2729618 or 7231958. OLE color: 7231958.

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

Color convert

RGB 214 89 110 -
CMYK 0 0.58 0.49 0.16
HSL 349.92º 0.6% 0.59% -
HSV(B) 349.92º 0.58% 0.84% -
XYZ 34.12 22.57 17.31 -
YUV 128.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 214 89 110 0 0.58 0.49 0.16 349.92 0.6 0.59
Hex D6 59 6E 0 3A 31 10 15E 3C 3B
Octal 326 131 156 0 72 61 20 536 74 73
Binary 11010110 1011001 1101110 0 111010 110001 10000 101011110 111100 111011

Color Harmonies of #D6596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6596E

Black with #D6596E

Text Example


Text Example

White with #D6596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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