Html Css Color HEX #D6466C Cabaret

📋 copy color: '#D6466C'

red 214 ◦ green 70 ◦ blue 108

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

Shades of Cabaret #D6466C

Tints of Cabaret #D6466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 54.59%
G = 17.86%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6466C (or 0xD6466C) is known color: Cabaret. HEX triplet: D6, 46 and 6C. RGB value is (214,70,108). Sum of RGB (Red+Green+Blue) = 214+70+108=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6466C is #29B993. Grayscale: #757575. Windows color (decimal): -2734484 or 7096022. OLE color: 7096022.

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

Color convert

RGB 214 70 108 -
CMYK 0 0.67 0.50 0.16
HSL 344.17º 0.64% 0.56% -
HSV(B) 344.17º 0.67% 0.84% -
XYZ 32.63 19.76 16.28 -
YUV 117.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 214 70 108 0 0.67 0.50 0.16 344.17 0.64 0.56
Hex D6 46 6C 0 43 32 10 158 40 38
Octal 326 106 154 0 103 62 20 530 100 70
Binary 11010110 1000110 1101100 0 1000011 110010 10000 101011000 1000000 111000

Color Harmonies of #D6466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6466C

Black with #D6466C

Text Example


Text Example

White with #D6466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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