Html Css Color HEX #D1486F Cabaret

📋 copy color: '#D1486F'

red 209 ◦ green 72 ◦ blue 111

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

Shades of Cabaret #D1486F

Tints of Cabaret #D1486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.37%

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 53.32%
G = 18.37%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1486F (or 0xD1486F) is known color: Cabaret. HEX triplet: D1, 48 and 6F. RGB value is (209,72,111). Sum of RGB (Red+Green+Blue) = 209+72+111=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1486F is #2EB790. Grayscale: #757575. Windows color (decimal): -3061649 or 7293137. OLE color: 7293137.

HSL color Cylindrical-coordinate representation of color #D1486F: hue angle of 342.92º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1486F is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 111 -
CMYK 0 0.66 0.47 0.18
HSL 342.92º 0.6% 0.55% -
HSV(B) 342.92º 0.66% 0.82% -
XYZ 31.48 19.34 17.11 -
YUV 117.41 124.39 193.33 -
System Red Green Blue C M Y K H S L
Decimal 209 72 111 0 0.66 0.47 0.18 342.92 0.6 0.55
Hex D1 48 6F 0 42 2F 12 157 3C 37
Octal 321 110 157 0 102 57 22 527 74 67
Binary 11010001 1001000 1101111 0 1000010 101111 10010 101010111 111100 110111

Color Harmonies of #D1486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1486F

Black with #D1486F

Text Example


Text Example

White with #D1486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1486F; }

 p { color: rgb(209,72,111); }

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

background-color css

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

 a { background-color: rgb(209,72,111); }

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

border-color css

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

 span { border-color: rgb(209,72,111); }

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