#D46762

Color #D46762 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D46762

Tints of Roman #D46762

Color information

#D46762 (or 0xD46762) is unknown color: approx Roman. HEX triplet: D4, 67 and 62. RGB value is (212,103,98). Sum of RGB (Red+Green+Blue) = 212+103+98=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D46762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46762 is #2B989D. Grayscale: #878787. Windows color (decimal): -2857118 or 6449108. OLE color: 6449108.

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

Color convert

RGB21210398-
CMYK00.510.540.17
HSL2.63º57%60.78%-
HSV(B)2.63º53.77%83.14%-
XYZ34.2124.5814.5-
YUV135.02107.11182.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.33%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=51.33%
G=24.94%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121039800.510.540.172.635760.78
HexD4676203336113393d
Octal324147142063662137175
Binary110101001100111110001001100111101101000111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46762; }

 p { color: rgb(212,103,98); }

 H1.HeaderClassName
 {
   color: #D46762;
 }
 .AnyTagClassName
 {
   color: #D46762;
 }
</style>
background-color css

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

 a { background-color: rgb(212,103,98); }

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

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

 span { border-color: rgb(212,103,98); }

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