Html Css Color HEX #D46460 Roman

📋 copy color: '#D46460'

red 212 ◦ green 100 ◦ blue 96

#D46460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #D46460

Tints of Roman #D46460

RGB

 RED value IS 212 (83.2% from 255) = 51.96%

 GREEN value IS 100 (39.45% from 255) = 24.51%

 BLUE value IS 96 (37.89% from 255) = 23.53%

R = 51.96%
G = 24.51%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D46460 (or 0xD46460) is known color: Roman. HEX triplet: D4, 64 and 60. RGB value is (212,100,96). Sum of RGB (Red+Green+Blue) = 212+100+96=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D46460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46460 is #2B9B9F. Grayscale: #858585. Windows color (decimal): -2857888 or 6317268. OLE color: 6317268.

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

Color convert

RGB 212 100 96 -
CMYK 0 0.53 0.55 0.17
HSL 2.07º 0.57% 0.6% -
HSV(B) 2.07º 0.55% 0.83% -
XYZ 33.82 23.96 13.91 -
YUV 133.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 212 100 96 0 0.53 0.55 0.17 2.07 0.57 0.6
Hex D4 64 60 0 35 37 11 2 39 3C
Octal 324 144 140 0 65 67 21 2 71 74
Binary 11010100 1100100 1100000 0 110101 110111 10001 10 111001 111100

Color Harmonies of #D46460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46460

Black with #D46460

Text Example


Text Example

White with #D46460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46460; }

 p { color: rgb(212,100,96); }

 H1.HeaderClassName
 {
   color: #D46460;
 }
 .AnyTagClassName
 {
   color: #D46460;
 }
</style>

background-color css

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

 a { background-color: rgb(212,100,96); }

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

border-color css

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

 span { border-color: rgb(212,100,96); }

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