Html Css Color HEX #D46260 Roman

📋 copy color: '#D46260'

red 212 ◦ green 98 ◦ blue 96

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

Shades of Roman #D46260

Tints of Roman #D46260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

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

R = 52.22%
G = 24.14%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D46260 (or 0xD46260) is known color: Roman. HEX triplet: D4, 62 and 60. RGB value is (212,98,96). Sum of RGB (Red+Green+Blue) = 212+98+96=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D46260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46260 is #2B9D9F. Grayscale: #838383. Windows color (decimal): -2858400 or 6316756. OLE color: 6316756.

HSL color Cylindrical-coordinate representation of color #D46260: hue angle of 1.03º 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 #D46260 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 98 96 -
CMYK 0 0.54 0.55 0.17
HSL 1.03º 0.57% 0.6% -
HSV(B) 1.03º 0.55% 0.83% -
XYZ 33.63 23.58 13.84 -
YUV 131.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 212 98 96 0 0.54 0.55 0.17 1.03 0.57 0.6
Hex D4 62 60 0 36 37 11 1 39 3C
Octal 324 142 140 0 66 67 21 1 71 74
Binary 11010100 1100010 1100000 0 110110 110111 10001 1 111001 111100

Color Harmonies of #D46260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46260

Black with #D46260

Text Example


Text Example

White with #D46260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46260; }

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

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

background-color css

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

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

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

border-color css

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

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

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