#D46F68

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

Shades of Roman #D46F68

Tints of Roman #D46F68

Color information

#D46F68 (or 0xD46F68) is unknown color: approx Roman. HEX triplet: D4, 6F and 68. RGB value is (212,111,104). Sum of RGB (Red+Green+Blue) = 212+111+104=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F68 is #2B9097. Grayscale: #8C8C8C. Windows color (decimal): -2855064 or 6844372. OLE color: 6844372.

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

Color convert

RGB212111104-
CMYK00.480.510.17
HSL3.89º55.67%61.96%-
HSV(B)3.89º50.94%83.14%-
XYZ35.3326.3716.32-
YUV140.4107.46179.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=49.65%
G=26.00%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211110400.480.510.173.8955.6761.96
HexD46F6803033114383e
Octal324157150060632147076
Binary1101010011011111101000011000011001110001100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46F68; }

 p { color: rgb(212,111,104); }

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

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

 a { background-color: rgb(212,111,104); }

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

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

 span { border-color: rgb(212,111,104); }

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