Html Css Color HEX #D6496E Cabaret

📋 copy color: '#D6496E'

red 214 ◦ green 73 ◦ blue 110

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

Shades of Cabaret #D6496E

Tints of Cabaret #D6496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.71%

R = 53.9%
G = 18.39%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6496E (or 0xD6496E) is known color: Cabaret. HEX triplet: D6, 49 and 6E. RGB value is (214,73,110). Sum of RGB (Red+Green+Blue) = 214+73+110=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D6496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6496E is #29B691. Grayscale: #777777. Windows color (decimal): -2733714 or 7227862. OLE color: 7227862.

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

Color convert

RGB 214 73 110 -
CMYK 0 0.66 0.49 0.16
HSL 344.26º 0.63% 0.56% -
HSV(B) 344.26º 0.66% 0.84% -
XYZ 32.93 20.19 16.91 -
YUV 119.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 214 73 110 0 0.66 0.49 0.16 344.26 0.63 0.56
Hex D6 49 6E 0 42 31 10 158 3F 38
Octal 326 111 156 0 102 61 20 530 77 70
Binary 11010110 1001001 1101110 0 1000010 110001 10000 101011000 111111 111000

Color Harmonies of #D6496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6496E

Black with #D6496E

Text Example


Text Example

White with #D6496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6496E; }

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

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

background-color css

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

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

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

border-color css

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

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

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