Html Css Color HEX #D7506D Cabaret

📋 copy color: '#D7506D'

red 215 ◦ green 80 ◦ blue 109

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

Shades of Cabaret #D7506D

Tints of Cabaret #D7506D

RGB

 RED value IS 215 (84.38% from 255) = 53.22%

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

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

R = 53.22%
G = 19.8%
B = 26.98%

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

#D7506D (or 0xD7506D) is known color: Cabaret. HEX triplet: D7, 50 and 6D. RGB value is (215,80,109). Sum of RGB (Red+Green+Blue) = 215+80+109=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7506D is #28AF92. Grayscale: #7B7B7B. Windows color (decimal): -2666387 or 7164119. OLE color: 7164119.

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

Color convert

RGB 215 80 109 -
CMYK 0 0.63 0.49 0.16
HSL 347.11º 0.63% 0.58% -
HSV(B) 347.11º 0.63% 0.84% -
XYZ 33.65 21.29 16.8 -
YUV 123.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 215 80 109 0 0.63 0.49 0.16 347.11 0.63 0.58
Hex D7 50 6D 0 3F 31 10 15B 3F 3A
Octal 327 120 155 0 77 61 20 533 77 72
Binary 11010111 1010000 1101101 0 111111 110001 10000 101011011 111111 111010

Color Harmonies of #D7506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7506D

Black with #D7506D

Text Example


Text Example

White with #D7506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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