Html Css Color HEX #D0496A Cabaret

📋 copy color: '#D0496A'

red 208 ◦ green 73 ◦ blue 106

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

Shades of Cabaret #D0496A

Tints of Cabaret #D0496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.86%

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

R = 53.75%
G = 18.86%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0496A (or 0xD0496A) is known color: Cabaret. HEX triplet: D0, 49 and 6A. RGB value is (208,73,106). Sum of RGB (Red+Green+Blue) = 208+73+106=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0496A is #2FB695. Grayscale: #757575. Windows color (decimal): -3126934 or 6965712. OLE color: 6965712.

HSL color Cylindrical-coordinate representation of color #D0496A: hue angle of 345.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0496A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 106 -
CMYK 0 0.65 0.49 0.18
HSL 345.33º 0.59% 0.55% -
HSV(B) 345.33º 0.65% 0.82% -
XYZ 31 19.22 15.71 -
YUV 117.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 208 73 106 0 0.65 0.49 0.18 345.33 0.59 0.55
Hex D0 49 6A 0 41 31 12 159 3B 37
Octal 320 111 152 0 101 61 22 531 73 67
Binary 11010000 1001001 1101010 0 1000001 110001 10010 101011001 111011 110111

Color Harmonies of #D0496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0496A

Black with #D0496A

Text Example


Text Example

White with #D0496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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