Html Css Color HEX #D9596C Cabaret

📋 copy color: '#D9596C'

red 217 ◦ green 89 ◦ blue 108

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

Shades of Cabaret #D9596C

Tints of Cabaret #D9596C

RGB

 RED value IS 217 (85.16% from 255) = 52.42%

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

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 52.42%
G = 21.5%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9596C (or 0xD9596C) is known color: Cabaret. HEX triplet: D9, 59 and 6C. RGB value is (217,89,108). Sum of RGB (Red+Green+Blue) = 217+89+108=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9596C is #26A693. Grayscale: #818181. Windows color (decimal): -2533012 or 7100889. OLE color: 7100889.

HSL color Cylindrical-coordinate representation of color #D9596C: hue angle of 351.09º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9596C is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 108 -
CMYK 0 0.59 0.50 0.15
HSL 351.09º 0.63% 0.6% -
HSV(B) 351.09º 0.59% 0.85% -
XYZ 34.89 22.98 16.78 -
YUV 129.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 217 89 108 0 0.59 0.50 0.15 351.09 0.63 0.6
Hex D9 59 6C 0 3B 32 F 15F 3F 3C
Octal 331 131 154 0 73 62 17 537 77 74
Binary 11011001 1011001 1101100 0 111011 110010 1111 101011111 111111 111100

Color Harmonies of #D9596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9596C

Black with #D9596C

Text Example


Text Example

White with #D9596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9596C; }

 p { color: rgb(217,89,108); }

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

background-color css

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

 a { background-color: rgb(217,89,108); }

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

border-color css

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

 span { border-color: rgb(217,89,108); }

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