#D46C69

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

Shades of Roman #D46C69

Tints of Roman #D46C69

Color information

#D46C69 (or 0xD46C69) is unknown color: approx Roman. HEX triplet: D4, 6C and 69. RGB value is (212,108,105). Sum of RGB (Red+Green+Blue) = 212+108+105=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C69 is #2B9396. Grayscale: #8A8A8A. Windows color (decimal): -2855831 or 6909140. OLE color: 6909140.

HSL color Cylindrical-coordinate representation of color #D46C69: hue angle of 1.68º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46C69 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212108105-
CMYK00.490.500.17
HSL1.68º55.44%62.16%-
HSV(B)1.68º50.47%83.14%-
XYZ35.0625.7416.49-
YUV138.75108.96180.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 108 (42.58% from 255) = 25.41%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=49.88%
G=25.41%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210810500.490.500.171.6855.4462.16
HexD46C6903132112373e
Octal324154151061622126776
Binary110101001101100110100101100011100101000110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46C69; }

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

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

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

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

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

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

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

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