Html Css Color HEX #D6486A Cabaret

📋 copy color: '#D6486A'

red 214 ◦ green 72 ◦ blue 106

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

Shades of Cabaret #D6486A

Tints of Cabaret #D6486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.04%

R = 54.59%
G = 18.37%
B = 27.04%

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

#D6486A (or 0xD6486A) is known color: Cabaret. HEX triplet: D6, 48 and 6A. RGB value is (214,72,106). Sum of RGB (Red+Green+Blue) = 214+72+106=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6486A is #29B795. Grayscale: #767676. Windows color (decimal): -2733974 or 6965462. OLE color: 6965462.

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

Color convert

RGB 214 72 106 -
CMYK 0 0.66 0.50 0.16
HSL 345.63º 0.63% 0.56% -
HSV(B) 345.63º 0.66% 0.84% -
XYZ 32.65 19.97 15.77 -
YUV 118.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 214 72 106 0 0.66 0.50 0.16 345.63 0.63 0.56
Hex D6 48 6A 0 42 32 10 15A 3F 38
Octal 326 110 152 0 102 62 20 532 77 70
Binary 11010110 1001000 1101010 0 1000010 110010 10000 101011010 111111 111000

Color Harmonies of #D6486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6486A

Black with #D6486A

Text Example


Text Example

White with #D6486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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