#D46965

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

Shades of Roman #D46965

Tints of Roman #D46965

Color information

#D46965 (or 0xD46965) is unknown color: approx Roman. HEX triplet: D4, 69 and 65. RGB value is (212,105,101). Sum of RGB (Red+Green+Blue) = 212+105+101=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D46965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46965 is #2B969A. Grayscale: #888888. Windows color (decimal): -2856603 or 6646228. OLE color: 6646228.

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

Color convert

RGB212105101-
CMYK00.500.520.17
HSL2.16º56.35%61.37%-
HSV(B)2.16º52.36%83.14%-
XYZ34.5525.0415.32-
YUV136.54107.95181.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.72%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 101 (39.84% from 255) = 24.16%
R=50.72%
G=25.12%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210510100.500.520.172.1656.3561.37
HexD4696503234112383d
Octal324151145062642127075
Binary110101001101001110010101100101101001000110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46965; }

 p { color: rgb(212,105,101); }

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

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

 a { background-color: rgb(212,105,101); }

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

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

 span { border-color: rgb(212,105,101); }

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