Html Css Color HEX #D46156 Roman

📋 copy color: '#D46156'

red 212 ◦ green 97 ◦ blue 86

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

Shades of Roman #D46156

Tints of Roman #D46156

RGB

 RED value IS 212 (83.2% from 255) = 53.67%

 GREEN value IS 97 (38.28% from 255) = 24.56%

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 53.67%
G = 24.56%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D46156 (or 0xD46156) is known color: Roman. HEX triplet: D4, 61 and 56. RGB value is (212,97,86). Sum of RGB (Red+Green+Blue) = 212+97+86=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D46156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46156 is #2B9EA9. Grayscale: #828282. Windows color (decimal): -2858666 or 5661140. OLE color: 5661140.

HSL color Cylindrical-coordinate representation of color #D46156: hue angle of 5.24º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D46156 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 97 86 -
CMYK 0 0.54 0.59 0.17
HSL 5.24º 0.59% 0.58% -
HSV(B) 5.24º 0.59% 0.83% -
XYZ 33.11 23.22 11.54 -
YUV 130.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 212 97 86 0 0.54 0.59 0.17 5.24 0.59 0.58
Hex D4 61 56 0 36 3B 11 5 3B 3A
Octal 324 141 126 0 66 73 21 5 73 72
Binary 11010100 1100001 1010110 0 110110 111011 10001 101 111011 111010

Color Harmonies of #D46156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46156

Black with #D46156

Text Example


Text Example

White with #D46156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46156; }

 p { color: rgb(212,97,86); }

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

background-color css

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

 a { background-color: rgb(212,97,86); }

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

border-color css

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

 span { border-color: rgb(212,97,86); }

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