Html Css Color HEX #D6466D Cabaret

📋 copy color: '#D6466D'

red 214 ◦ green 70 ◦ blue 109

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

Shades of Cabaret #D6466D

Tints of Cabaret #D6466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.81%

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

R = 54.45%
G = 17.81%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6466D (or 0xD6466D) is known color: Cabaret. HEX triplet: D6, 46 and 6D. RGB value is (214,70,109). Sum of RGB (Red+Green+Blue) = 214+70+109=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6466D is #29B992. Grayscale: #757575. Windows color (decimal): -2734483 or 7161558. OLE color: 7161558.

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

Color convert

RGB 214 70 109 -
CMYK 0 0.67 0.49 0.16
HSL 343.75º 0.64% 0.56% -
HSV(B) 343.75º 0.67% 0.84% -
XYZ 32.68 19.78 16.56 -
YUV 117.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 214 70 109 0 0.67 0.49 0.16 343.75 0.64 0.56
Hex D6 46 6D 0 43 31 10 158 40 38
Octal 326 106 155 0 103 61 20 530 100 70
Binary 11010110 1000110 1101101 0 1000011 110001 10000 101011000 1000000 111000

Color Harmonies of #D6466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6466D

Black with #D6466D

Text Example


Text Example

White with #D6466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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