Html Css Color HEX #D46963 Roman

📋 copy color: '#D46963'

red 212 ◦ green 105 ◦ blue 99

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

Shades of Roman #D46963

Tints of Roman #D46963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.24%

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

R = 50.96%
G = 25.24%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D46963 (or 0xD46963) is known color: Roman. HEX triplet: D4, 69 and 63. RGB value is (212,105,99). Sum of RGB (Red+Green+Blue) = 212+105+99=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D46963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46963 is #2B969C. Grayscale: #888888. Windows color (decimal): -2856605 or 6515156. OLE color: 6515156.

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

Color convert

RGB 212 105 99 -
CMYK 0 0.50 0.53 0.17
HSL 3.19º 0.57% 0.61% -
HSV(B) 3.19º 0.53% 0.83% -
XYZ 34.46 25 14.81 -
YUV 136.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 212 105 99 0 0.50 0.53 0.17 3.19 0.57 0.61
Hex D4 69 63 0 32 35 11 3 39 3D
Octal 324 151 143 0 62 65 21 3 71 75
Binary 11010100 1101001 1100011 0 110010 110101 10001 11 111001 111101

Color Harmonies of #D46963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46963

Black with #D46963

Text Example


Text Example

White with #D46963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46963; }

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

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

background-color css

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

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

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

border-color css

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

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

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