Html Css Color HEX #D0596E Cabaret

📋 copy color: '#D0596E'

red 208 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #D0596E

Tints of Cabaret #D0596E

RGB

 RED value IS 208 (81.64% from 255) = 51.11%

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

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

R = 51.11%
G = 21.87%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0596E (or 0xD0596E) is known color: Cabaret. HEX triplet: D0, 59 and 6E. RGB value is (208,89,110). Sum of RGB (Red+Green+Blue) = 208+89+110=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0596E is #2FA691. Grayscale: #7F7F7F. Windows color (decimal): -3122834 or 7231952. OLE color: 7231952.

HSL color Cylindrical-coordinate representation of color #D0596E: hue angle of 349.41º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0596E is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 89 110 -
CMYK 0 0.57 0.47 0.18
HSL 349.41º 0.56% 0.58% -
HSV(B) 349.41º 0.57% 0.82% -
XYZ 32.4 21.68 17.23 -
YUV 126.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 208 89 110 0 0.57 0.47 0.18 349.41 0.56 0.58
Hex D0 59 6E 0 39 2F 12 15D 38 3A
Octal 320 131 156 0 71 57 22 535 70 72
Binary 11010000 1011001 1101110 0 111001 101111 10010 101011101 111000 111010

Color Harmonies of #D0596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0596E

Black with #D0596E

Text Example


Text Example

White with #D0596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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