Html Css Color HEX #D0486F Cabaret

📋 copy color: '#D0486F'

red 208 ◦ green 72 ◦ blue 111

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

Shades of Cabaret #D0486F

Tints of Cabaret #D0486F

RGB

 RED value IS 208 (81.64% from 255) = 53.2%

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

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

R = 53.2%
G = 18.41%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0486F (or 0xD0486F) is known color: Cabaret. HEX triplet: D0, 48 and 6F. RGB value is (208,72,111). Sum of RGB (Red+Green+Blue) = 208+72+111=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D0486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0486F is #2FB790. Grayscale: #757575. Windows color (decimal): -3127185 or 7293136. OLE color: 7293136.

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

Color convert

RGB 208 72 111 -
CMYK 0 0.65 0.47 0.18
HSL 342.79º 0.59% 0.55% -
HSV(B) 342.79º 0.65% 0.82% -
XYZ 31.2 19.19 17.1 -
YUV 117.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 208 72 111 0 0.65 0.47 0.18 342.79 0.59 0.55
Hex D0 48 6F 0 41 2F 12 157 3B 37
Octal 320 110 157 0 101 57 22 527 73 67
Binary 11010000 1001000 1101111 0 1000001 101111 10010 101010111 111011 110111

Color Harmonies of #D0486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0486F

Black with #D0486F

Text Example


Text Example

White with #D0486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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