Html Css Color HEX #D46560 Roman

📋 copy color: '#D46560'

red 212 ◦ green 101 ◦ blue 96

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

Shades of Roman #D46560

Tints of Roman #D46560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.69%

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

R = 51.83%
G = 24.69%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D46560 (or 0xD46560) is known color: Roman. HEX triplet: D4, 65 and 60. RGB value is (212,101,96). Sum of RGB (Red+Green+Blue) = 212+101+96=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D46560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46560 is #2B9A9F. Grayscale: #858585. Windows color (decimal): -2857632 or 6317524. OLE color: 6317524.

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

Color convert

RGB 212 101 96 -
CMYK 0 0.52 0.55 0.17
HSL 2.59º 0.57% 0.6% -
HSV(B) 2.59º 0.55% 0.83% -
XYZ 33.92 24.15 13.94 -
YUV 133.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 212 101 96 0 0.52 0.55 0.17 2.59 0.57 0.6
Hex D4 65 60 0 34 37 11 3 39 3C
Octal 324 145 140 0 64 67 21 3 71 74
Binary 11010100 1100101 1100000 0 110100 110111 10001 11 111001 111100

Color Harmonies of #D46560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46560

Black with #D46560

Text Example


Text Example

White with #D46560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46560; }

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

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

background-color css

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

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

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

border-color css

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

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

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