Html Css Color HEX #D7566A Cabaret

📋 copy color: '#D7566A'

red 215 ◦ green 86 ◦ blue 106

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

Shades of Cabaret #D7566A

Tints of Cabaret #D7566A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

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

R = 52.83%
G = 21.13%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7566A (or 0xD7566A) is known color: Cabaret. HEX triplet: D7, 56 and 6A. RGB value is (215,86,106). Sum of RGB (Red+Green+Blue) = 215+86+106=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7566A is #28A995. Grayscale: #7E7E7E. Windows color (decimal): -2664854 or 6969047. OLE color: 6969047.

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

Color convert

RGB 215 86 106 -
CMYK 0 0.6 0.51 0.16
HSL 350.7º 0.62% 0.59% -
HSV(B) 350.7º 0.6% 0.84% -
XYZ 33.95 22.14 16.12 -
YUV 126.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 215 86 106 0 0.6 0.51 0.16 350.7 0.62 0.59
Hex D7 56 6A 0 3C 33 10 15F 3E 3B
Octal 327 126 152 0 74 63 20 537 76 73
Binary 11010111 1010110 1101010 0 111100 110011 10000 101011111 111110 111011

Color Harmonies of #D7566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7566A

Black with #D7566A

Text Example


Text Example

White with #D7566A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7566A; }

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

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

background-color css

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

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

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

border-color css

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

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

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