Html Css Color HEX #D15A6C Cabaret

📋 copy color: '#D15A6C'

red 209 ◦ green 90 ◦ blue 108

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

Shades of Cabaret #D15A6C

Tints of Cabaret #D15A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 51.35%
G = 22.11%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D15A6C (or 0xD15A6C) is known color: Cabaret. HEX triplet: D1, 5A and 6C. RGB value is (209,90,108). Sum of RGB (Red+Green+Blue) = 209+90+108=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15A6C is #2EA593. Grayscale: #7F7F7F. Windows color (decimal): -3057044 or 7101137. OLE color: 7101137.

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

Color convert

RGB 209 90 108 -
CMYK 0 0.57 0.48 0.18
HSL 350.92º 0.56% 0.59% -
HSV(B) 350.92º 0.57% 0.82% -
XYZ 32.66 21.95 16.7 -
YUV 127.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 209 90 108 0 0.57 0.48 0.18 350.92 0.56 0.59
Hex D1 5A 6C 0 39 30 12 15F 38 3B
Octal 321 132 154 0 71 60 22 537 70 73
Binary 11010001 1011010 1101100 0 111001 110000 10010 101011111 111000 111011

Color Harmonies of #D15A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A6C

Black with #D15A6C

Text Example


Text Example

White with #D15A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A6C; }

 p { color: rgb(209,90,108); }

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

background-color css

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

 a { background-color: rgb(209,90,108); }

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

border-color css

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

 span { border-color: rgb(209,90,108); }

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