#D46659

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

Shades of Roman #D46659

Tints of Roman #D46659

Color information

#D46659 (or 0xD46659) is unknown color: approx Roman. HEX triplet: D4, 66 and 59. RGB value is (212,102,89). Sum of RGB (Red+Green+Blue) = 212+102+89=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D46659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46659 is #2B99A6. Grayscale: #858585. Windows color (decimal): -2857383 or 5859028. OLE color: 5859028.

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

Color convert

RGB21210289-
CMYK00.520.580.17
HSL6.34º58.85%59.02%-
HSV(B)6.34º58.02%83.14%-
XYZ33.7124.2212.35-
YUV133.41102.94184.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.61%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 89 (35.16% from 255) = 22.08%
R=52.61%
G=25.31%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121028900.520.580.176.3458.8559.02
HexD466590343A1163b3b
Octal324146131064722167373
Binary1101010011001101011001011010011101010001110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46659; }

 p { color: rgb(212,102,89); }

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

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

 a { background-color: rgb(212,102,89); }

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

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

 span { border-color: rgb(212,102,89); }

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