Html Css Color HEX #D6506D Cabaret

📋 copy color: '#D6506D'

red 214 ◦ green 80 ◦ blue 109

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

Shades of Cabaret #D6506D

Tints of Cabaret #D6506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.85%

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

R = 53.1%
G = 19.85%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6506D (or 0xD6506D) is known color: Cabaret. HEX triplet: D6, 50 and 6D. RGB value is (214,80,109). Sum of RGB (Red+Green+Blue) = 214+80+109=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6506D is #29AF92. Grayscale: #7B7B7B. Windows color (decimal): -2731923 or 7164118. OLE color: 7164118.

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

Color convert

RGB 214 80 109 -
CMYK 0 0.63 0.49 0.16
HSL 347.01º 0.62% 0.58% -
HSV(B) 347.01º 0.63% 0.84% -
XYZ 33.36 21.14 16.79 -
YUV 123.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 214 80 109 0 0.63 0.49 0.16 347.01 0.62 0.58
Hex D6 50 6D 0 3F 31 10 15B 3E 3A
Octal 326 120 155 0 77 61 20 533 76 72
Binary 11010110 1010000 1101101 0 111111 110001 10000 101011011 111110 111010

Color Harmonies of #D6506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6506D

Black with #D6506D

Text Example


Text Example

White with #D6506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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