Html Css Color HEX #D0596A Cabaret

📋 copy color: '#D0596A'

red 208 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #D0596A

Tints of Cabaret #D0596A

RGB

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

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

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

R = 51.61%
G = 22.08%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0596A (or 0xD0596A) is known color: Cabaret. HEX triplet: D0, 59 and 6A. RGB value is (208,89,106). Sum of RGB (Red+Green+Blue) = 208+89+106=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0596A is #2FA695. Grayscale: #7E7E7E. Windows color (decimal): -3122838 or 6969808. OLE color: 6969808.

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

Color convert

RGB 208 89 106 -
CMYK 0 0.57 0.49 0.18
HSL 351.43º 0.56% 0.58% -
HSV(B) 351.43º 0.57% 0.82% -
XYZ 32.19 21.6 16.11 -
YUV 126.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 208 89 106 0 0.57 0.49 0.18 351.43 0.56 0.58
Hex D0 59 6A 0 39 31 12 15F 38 3A
Octal 320 131 152 0 71 61 22 537 70 72
Binary 11010000 1011001 1101010 0 111001 110001 10010 101011111 111000 111010

Color Harmonies of #D0596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0596A

Black with #D0596A

Text Example


Text Example

White with #D0596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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