Html Css Color HEX #D15C76 Cabaret

📋 copy color: '#D15C76'

red 209 ◦ green 92 ◦ blue 118

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

Shades of Cabaret #D15C76

Tints of Cabaret #D15C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.96%

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 49.88%
G = 21.96%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D15C76 (or 0xD15C76) is known color: Cabaret. HEX triplet: D1, 5C and 76. RGB value is (209,92,118). Sum of RGB (Red+Green+Blue) = 209+92+118=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15C76 is #2EA389. Grayscale: #818181. Windows color (decimal): -3056522 or 7757009. OLE color: 7757009.

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

Color convert

RGB 209 92 118 -
CMYK 0 0.56 0.44 0.18
HSL 346.67º 0.56% 0.59% -
HSV(B) 346.67º 0.56% 0.82% -
XYZ 33.39 22.52 19.73 -
YUV 129.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 209 92 118 0 0.56 0.44 0.18 346.67 0.56 0.59
Hex D1 5C 76 0 38 2C 12 15B 38 3B
Octal 321 134 166 0 70 54 22 533 70 73
Binary 11010001 1011100 1110110 0 111000 101100 10010 101011011 111000 111011

Color Harmonies of #D15C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15C76

Black with #D15C76

Text Example


Text Example

White with #D15C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15C76; }

 p { color: rgb(209,92,118); }

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

background-color css

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

 a { background-color: rgb(209,92,118); }

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

border-color css

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

 span { border-color: rgb(209,92,118); }

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