Html Css Color HEX #D0486A Cabaret

📋 copy color: '#D0486A'

red 208 ◦ green 72 ◦ blue 106

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

Shades of Cabaret #D0486A

Tints of Cabaret #D0486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 53.89%
G = 18.65%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0486A (or 0xD0486A) is known color: Cabaret. HEX triplet: D0, 48 and 6A. RGB value is (208,72,106). Sum of RGB (Red+Green+Blue) = 208+72+106=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0486A is #2FB795. Grayscale: #747474. Windows color (decimal): -3127190 or 6965456. OLE color: 6965456.

HSL color Cylindrical-coordinate representation of color #D0486A: hue angle of 345º 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 #D0486A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 106 -
CMYK 0 0.65 0.49 0.18
HSL 345º 0.59% 0.55% -
HSV(B) 345º 0.65% 0.82% -
XYZ 30.93 19.09 15.69 -
YUV 116.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 208 72 106 0 0.65 0.49 0.18 345 0.59 0.55
Hex D0 48 6A 0 41 31 12 159 3B 37
Octal 320 110 152 0 101 61 22 531 73 67
Binary 11010000 1001000 1101010 0 1000001 110001 10010 101011001 111011 110111

Color Harmonies of #D0486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0486A

Black with #D0486A

Text Example


Text Example

White with #D0486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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