Html Css Color HEX #D46863 Roman

📋 copy color: '#D46863'

red 212 ◦ green 104 ◦ blue 99

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

Shades of Roman #D46863

Tints of Roman #D46863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.06%

 BLUE value IS 99 (39.06% from 255) = 23.86%

R = 51.08%
G = 25.06%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D46863 (or 0xD46863) is known color: Roman. HEX triplet: D4, 68 and 63. RGB value is (212,104,99). Sum of RGB (Red+Green+Blue) = 212+104+99=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D46863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46863 is #2B979C. Grayscale: #878787. Windows color (decimal): -2856861 or 6514900. OLE color: 6514900.

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

Color convert

RGB 212 104 99 -
CMYK 0 0.51 0.53 0.17
HSL 2.65º 0.57% 0.61% -
HSV(B) 2.65º 0.53% 0.83% -
XYZ 34.35 24.8 14.78 -
YUV 135.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 212 104 99 0 0.51 0.53 0.17 2.65 0.57 0.61
Hex D4 68 63 0 33 35 11 3 39 3D
Octal 324 150 143 0 63 65 21 3 71 75
Binary 11010100 1101000 1100011 0 110011 110101 10001 11 111001 111101

Color Harmonies of #D46863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46863

Black with #D46863

Text Example


Text Example

White with #D46863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46863; }

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

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

background-color css

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

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

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

border-color css

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

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

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