Html Css Color HEX #D9596A Cabaret

📋 copy color: '#D9596A'

red 217 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #D9596A

Tints of Cabaret #D9596A

RGB

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

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

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

R = 52.67%
G = 21.6%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9596A (or 0xD9596A) is known color: Cabaret. HEX triplet: D9, 59 and 6A. RGB value is (217,89,106). Sum of RGB (Red+Green+Blue) = 217+89+106=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9596A is #26A695. Grayscale: #818181. Windows color (decimal): -2533014 or 6969817. OLE color: 6969817.

HSL color Cylindrical-coordinate representation of color #D9596A: hue angle of 352.03º 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 #D9596A is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 106 -
CMYK 0 0.59 0.51 0.15
HSL 352.03º 0.63% 0.6% -
HSV(B) 352.03º 0.59% 0.85% -
XYZ 34.79 22.94 16.23 -
YUV 129.21 114.91 190.62 -
System Red Green Blue C M Y K H S L
Decimal 217 89 106 0 0.59 0.51 0.15 352.03 0.63 0.6
Hex D9 59 6A 0 3B 33 F 160 3F 3C
Octal 331 131 152 0 73 63 17 540 77 74
Binary 11011001 1011001 1101010 0 111011 110011 1111 101100000 111111 111100

Color Harmonies of #D9596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9596A

Black with #D9596A

Text Example


Text Example

White with #D9596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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