Html Css Color HEX #D7526D Cabaret

📋 copy color: '#D7526D'

red 215 ◦ green 82 ◦ blue 109

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

Shades of Cabaret #D7526D

Tints of Cabaret #D7526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

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

R = 52.96%
G = 20.2%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7526D (or 0xD7526D) is known color: Cabaret. HEX triplet: D7, 52 and 6D. RGB value is (215,82,109). Sum of RGB (Red+Green+Blue) = 215+82+109=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7526D is #28AD92. Grayscale: #7C7C7C. Windows color (decimal): -2665875 or 7164631. OLE color: 7164631.

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

Color convert

RGB 215 82 109 -
CMYK 0 0.62 0.49 0.16
HSL 347.82º 0.62% 0.58% -
HSV(B) 347.82º 0.62% 0.84% -
XYZ 33.8 21.59 16.85 -
YUV 124.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 215 82 109 0 0.62 0.49 0.16 347.82 0.62 0.58
Hex D7 52 6D 0 3E 31 10 15C 3E 3A
Octal 327 122 155 0 76 61 20 534 76 72
Binary 11010111 1010010 1101101 0 111110 110001 10000 101011100 111110 111010

Color Harmonies of #D7526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7526D

Black with #D7526D

Text Example


Text Example

White with #D7526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7526D; }

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

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

background-color css

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

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

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

border-color css

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

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

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