Html Css Color HEX #D16962 Roman

📋 copy color: '#D16962'

red 209 ◦ green 105 ◦ blue 98

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

Shades of Roman #D16962

Tints of Roman #D16962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

 BLUE value IS 98 (38.67% from 255) = 23.79%

R = 50.73%
G = 25.49%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D16962 (or 0xD16962) is known color: Roman. HEX triplet: D1, 69 and 62. RGB value is (209,105,98). Sum of RGB (Red+Green+Blue) = 209+105+98=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D16962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16962 is #2E969D. Grayscale: #878787. Windows color (decimal): -3053214 or 6449617. OLE color: 6449617.

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

Color convert

RGB 209 105 98 -
CMYK 0 0.50 0.53 0.18
HSL 3.78º 0.55% 0.6% -
HSV(B) 3.78º 0.53% 0.82% -
XYZ 33.55 24.54 14.52 -
YUV 135.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 209 105 98 0 0.50 0.53 0.18 3.78 0.55 0.6
Hex D1 69 62 0 32 35 12 4 37 3C
Octal 321 151 142 0 62 65 22 4 67 74
Binary 11010001 1101001 1100010 0 110010 110101 10010 100 110111 111100

Color Harmonies of #D16962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16962

Black with #D16962

Text Example


Text Example

White with #D16962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16962; }

 p { color: rgb(209,105,98); }

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

background-color css

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

 a { background-color: rgb(209,105,98); }

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

border-color css

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

 span { border-color: rgb(209,105,98); }

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