Html Css Color HEX #D6496B Cabaret

📋 copy color: '#D6496B'

red 214 ◦ green 73 ◦ blue 107

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

Shades of Cabaret #D6496B

Tints of Cabaret #D6496B

RGB

 RED value IS 214 (83.98% from 255) = 54.31%

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

 BLUE value IS 107 (42.19% from 255) = 27.16%

R = 54.31%
G = 18.53%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6496B (or 0xD6496B) is known color: Cabaret. HEX triplet: D6, 49 and 6B. RGB value is (214,73,107). Sum of RGB (Red+Green+Blue) = 214+73+107=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6496B is #29B694. Grayscale: #777777. Windows color (decimal): -2733717 or 7031254. OLE color: 7031254.

HSL color Cylindrical-coordinate representation of color #D6496B: hue angle of 345.53º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6496B is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 107 -
CMYK 0 0.66 0.50 0.16
HSL 345.53º 0.63% 0.56% -
HSV(B) 345.53º 0.66% 0.84% -
XYZ 32.77 20.12 16.07 -
YUV 119.04 121.21 195.74 -
System Red Green Blue C M Y K H S L
Decimal 214 73 107 0 0.66 0.50 0.16 345.53 0.63 0.56
Hex D6 49 6B 0 42 32 10 15A 3F 38
Octal 326 111 153 0 102 62 20 532 77 70
Binary 11010110 1001001 1101011 0 1000010 110010 10000 101011010 111111 111000

Color Harmonies of #D6496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6496B

Black with #D6496B

Text Example


Text Example

White with #D6496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6496B; }

 p { color: rgb(214,73,107); }

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

background-color css

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

 a { background-color: rgb(214,73,107); }

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

border-color css

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

 span { border-color: rgb(214,73,107); }

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