Html Css Color HEX #D46864 Roman

📋 copy color: '#D46864'

red 212 ◦ green 104 ◦ blue 100

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

Shades of Roman #D46864

Tints of Roman #D46864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.04%

R = 50.96%
G = 25%
B = 24.04%

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

#D46864 (or 0xD46864) is known color: Roman. HEX triplet: D4, 68 and 64. RGB value is (212,104,100). Sum of RGB (Red+Green+Blue) = 212+104+100=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D46864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46864 is #2B979B. Grayscale: #878787. Windows color (decimal): -2856860 or 6580436. OLE color: 6580436.

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

Color convert

RGB 212 104 100 -
CMYK 0 0.51 0.53 0.17
HSL 2.14º 0.57% 0.61% -
HSV(B) 2.14º 0.53% 0.83% -
XYZ 34.4 24.82 15.03 -
YUV 135.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 212 104 100 0 0.51 0.53 0.17 2.14 0.57 0.61
Hex D4 68 64 0 33 35 11 2 39 3D
Octal 324 150 144 0 63 65 21 2 71 75
Binary 11010100 1101000 1100100 0 110011 110101 10001 10 111001 111101

Color Harmonies of #D46864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46864

Black with #D46864

Text Example


Text Example

White with #D46864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46864; }

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

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

background-color css

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

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

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

border-color css

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

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

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