Html Css Color HEX #D7516A Cabaret

📋 copy color: '#D7516A'

red 215 ◦ green 81 ◦ blue 106

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

Shades of Cabaret #D7516A

Tints of Cabaret #D7516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.15%

 BLUE value IS 106 (41.8% from 255) = 26.37%

R = 53.48%
G = 20.15%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7516A (or 0xD7516A) is known color: Cabaret. HEX triplet: D7, 51 and 6A. RGB value is (215,81,106). Sum of RGB (Red+Green+Blue) = 215+81+106=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D7516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7516A is #28AE95. Grayscale: #7B7B7B. Windows color (decimal): -2666134 or 6967767. OLE color: 6967767.

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

Color convert

RGB 215 81 106 -
CMYK 0 0.62 0.51 0.16
HSL 348.81º 0.63% 0.58% -
HSV(B) 348.81º 0.62% 0.84% -
XYZ 33.57 21.37 15.99 -
YUV 123.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 215 81 106 0 0.62 0.51 0.16 348.81 0.63 0.58
Hex D7 51 6A 0 3E 33 10 15D 3F 3A
Octal 327 121 152 0 76 63 20 535 77 72
Binary 11010111 1010001 1101010 0 111110 110011 10000 101011101 111111 111010

Color Harmonies of #D7516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7516A

Black with #D7516A

Text Example


Text Example

White with #D7516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7516A; }

 p { color: rgb(215,81,106); }

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

background-color css

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

 a { background-color: rgb(215,81,106); }

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

border-color css

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

 span { border-color: rgb(215,81,106); }

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