Html Css Color HEX #D0496C Cabaret

📋 copy color: '#D0496C'

red 208 ◦ green 73 ◦ blue 108

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

Shades of Cabaret #D0496C

Tints of Cabaret #D0496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.76%

R = 53.47%
G = 18.77%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0496C (or 0xD0496C) is known color: Cabaret. HEX triplet: D0, 49 and 6C. RGB value is (208,73,108). Sum of RGB (Red+Green+Blue) = 208+73+108=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0496C is #2FB693. Grayscale: #757575. Windows color (decimal): -3126932 or 7096784. OLE color: 7096784.

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

Color convert

RGB 208 73 108 -
CMYK 0 0.65 0.48 0.18
HSL 344.44º 0.59% 0.55% -
HSV(B) 344.44º 0.65% 0.82% -
XYZ 31.1 19.26 16.27 -
YUV 117.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 208 73 108 0 0.65 0.48 0.18 344.44 0.59 0.55
Hex D0 49 6C 0 41 30 12 158 3B 37
Octal 320 111 154 0 101 60 22 530 73 67
Binary 11010000 1001001 1101100 0 1000001 110000 10010 101011000 111011 110111

Color Harmonies of #D0496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0496C

Black with #D0496C

Text Example


Text Example

White with #D0496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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