Html Css Color HEX #D16660 Roman

📋 copy color: '#D16660'

red 209 ◦ green 102 ◦ blue 96

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

Shades of Roman #D16660

Tints of Roman #D16660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 51.35%
G = 25.06%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D16660 (or 0xD16660) is known color: Roman. HEX triplet: D1, 66 and 60. RGB value is (209,102,96). Sum of RGB (Red+Green+Blue) = 209+102+96=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D16660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16660 is #2E999F. Grayscale: #858585. Windows color (decimal): -3053984 or 6317777. OLE color: 6317777.

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

Color convert

RGB 209 102 96 -
CMYK 0 0.51 0.54 0.18
HSL 3.19º 0.55% 0.6% -
HSV(B) 3.19º 0.54% 0.82% -
XYZ 33.16 23.9 13.93 -
YUV 133.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 209 102 96 0 0.51 0.54 0.18 3.19 0.55 0.6
Hex D1 66 60 0 33 36 12 3 37 3C
Octal 321 146 140 0 63 66 22 3 67 74
Binary 11010001 1100110 1100000 0 110011 110110 10010 11 110111 111100

Color Harmonies of #D16660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16660

Black with #D16660

Text Example


Text Example

White with #D16660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16660; }

 p { color: rgb(209,102,96); }

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

background-color css

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

 a { background-color: rgb(209,102,96); }

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

border-color css

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

 span { border-color: rgb(209,102,96); }

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