Html Css Color HEX #D0496F Cabaret

📋 copy color: '#D0496F'

red 208 ◦ green 73 ◦ blue 111

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

Shades of Cabaret #D0496F

Tints of Cabaret #D0496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 53.06%
G = 18.62%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0496F (or 0xD0496F) is known color: Cabaret. HEX triplet: D0, 49 and 6F. RGB value is (208,73,111). Sum of RGB (Red+Green+Blue) = 208+73+111=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D0496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0496F is #2FB690. Grayscale: #757575. Windows color (decimal): -3126929 or 7293392. OLE color: 7293392.

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

Color convert

RGB 208 73 111 -
CMYK 0 0.65 0.47 0.18
HSL 343.11º 0.59% 0.55% -
HSV(B) 343.11º 0.65% 0.82% -
XYZ 31.26 19.32 17.12 -
YUV 117.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 208 73 111 0 0.65 0.47 0.18 343.11 0.59 0.55
Hex D0 49 6F 0 41 2F 12 157 3B 37
Octal 320 111 157 0 101 57 22 527 73 67
Binary 11010000 1001001 1101111 0 1000001 101111 10010 101010111 111011 110111

Color Harmonies of #D0496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0496F

Black with #D0496F

Text Example


Text Example

White with #D0496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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