Html Css Color HEX #D6596A Cabaret

📋 copy color: '#D6596A'

red 214 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #D6596A

Tints of Cabaret #D6596A

RGB

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

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

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

R = 52.32%
G = 21.76%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6596A (or 0xD6596A) is known color: Cabaret. HEX triplet: D6, 59 and 6A. RGB value is (214,89,106). Sum of RGB (Red+Green+Blue) = 214+89+106=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6596A is #29A695. Grayscale: #808080. Windows color (decimal): -2729622 or 6969814. OLE color: 6969814.

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

Color convert

RGB 214 89 106 -
CMYK 0 0.58 0.50 0.16
HSL 351.84º 0.6% 0.59% -
HSV(B) 351.84º 0.58% 0.84% -
XYZ 33.91 22.48 16.19 -
YUV 128.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 214 89 106 0 0.58 0.50 0.16 351.84 0.6 0.59
Hex D6 59 6A 0 3A 32 10 160 3C 3B
Octal 326 131 152 0 72 62 20 540 74 73
Binary 11010110 1011001 1101010 0 111010 110010 10000 101100000 111100 111011

Color Harmonies of #D6596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6596A

Black with #D6596A

Text Example


Text Example

White with #D6596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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