Html Css Color HEX #D15566 Cabaret

📋 copy color: '#D15566'

red 209 ◦ green 85 ◦ blue 102

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

Shades of Cabaret #D15566

Tints of Cabaret #D15566

RGB

 RED value IS 209 (82.03% from 255) = 52.78%

 GREEN value IS 85 (33.59% from 255) = 21.46%

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 52.78%
G = 21.46%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D15566 (or 0xD15566) is known color: Cabaret. HEX triplet: D1, 55 and 66. RGB value is (209,85,102). Sum of RGB (Red+Green+Blue) = 209+85+102=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D15566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15566 is #2EAA99. Grayscale: #7C7C7C. Windows color (decimal): -3058330 or 6706641. OLE color: 6706641.

HSL color Cylindrical-coordinate representation of color #D15566: hue angle of 351.77º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15566 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 85 102 -
CMYK 0 0.59 0.51 0.18
HSL 351.77º 0.57% 0.58% -
HSV(B) 351.77º 0.59% 0.82% -
XYZ 31.94 21.01 14.94 -
YUV 124.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 209 85 102 0 0.59 0.51 0.18 351.77 0.57 0.58
Hex D1 55 66 0 3B 33 12 160 39 3A
Octal 321 125 146 0 73 63 22 540 71 72
Binary 11010001 1010101 1100110 0 111011 110011 10010 101100000 111001 111010

Color Harmonies of #D15566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15566

Black with #D15566

Text Example


Text Example

White with #D15566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15566; }

 p { color: rgb(209,85,102); }

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

background-color css

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

 a { background-color: rgb(209,85,102); }

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

border-color css

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

 span { border-color: rgb(209,85,102); }

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