Html Css Color HEX #D6486D Cabaret

📋 copy color: '#D6486D'

red 214 ◦ green 72 ◦ blue 109

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

Shades of Cabaret #D6486D

Tints of Cabaret #D6486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

 BLUE value IS 109 (42.97% from 255) = 27.59%

R = 54.18%
G = 18.23%
B = 27.59%

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

#D6486D (or 0xD6486D) is known color: Cabaret. HEX triplet: D6, 48 and 6D. RGB value is (214,72,109). Sum of RGB (Red+Green+Blue) = 214+72+109=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6486D is #29B792. Grayscale: #767676. Windows color (decimal): -2733971 or 7162070. OLE color: 7162070.

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

Color convert

RGB 214 72 109 -
CMYK 0 0.66 0.49 0.16
HSL 344.37º 0.63% 0.56% -
HSV(B) 344.37º 0.66% 0.84% -
XYZ 32.81 20.04 16.61 -
YUV 118.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 214 72 109 0 0.66 0.49 0.16 344.37 0.63 0.56
Hex D6 48 6D 0 42 31 10 158 3F 38
Octal 326 110 155 0 102 61 20 530 77 70
Binary 11010110 1001000 1101101 0 1000010 110001 10000 101011000 111111 111000

Color Harmonies of #D6486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6486D

Black with #D6486D

Text Example


Text Example

White with #D6486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6486D; }

 p { color: rgb(214,72,109); }

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

background-color css

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

 a { background-color: rgb(214,72,109); }

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

border-color css

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

 span { border-color: rgb(214,72,109); }

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