Html Css Color HEX #D46E66 Roman

📋 copy color: '#D46E66'

red 212 ◦ green 110 ◦ blue 102

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

Shades of Roman #D46E66

Tints of Roman #D46E66

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.94%

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 50%
G = 25.94%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D46E66 (or 0xD46E66) is known color: Roman. HEX triplet: D4, 6E and 66. RGB value is (212,110,102). Sum of RGB (Red+Green+Blue) = 212+110+102=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46E66 is #2B9199. Grayscale: #8B8B8B. Windows color (decimal): -2855322 or 6713044. OLE color: 6713044.

HSL color Cylindrical-coordinate representation of color #D46E66: hue angle of 4.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46E66 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 110 102 -
CMYK 0 0.48 0.52 0.17
HSL 4.36º 0.56% 0.62% -
HSV(B) 4.36º 0.52% 0.83% -
XYZ 35.13 26.11 15.76 -
YUV 139.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 212 110 102 0 0.48 0.52 0.17 4.36 0.56 0.62
Hex D4 6E 66 0 30 34 11 4 38 3E
Octal 324 156 146 0 60 64 21 4 70 76
Binary 11010100 1101110 1100110 0 110000 110100 10001 100 111000 111110

Color Harmonies of #D46E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46E66

Black with #D46E66

Text Example


Text Example

White with #D46E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46E66; }

 p { color: rgb(212,110,102); }

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

background-color css

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

 a { background-color: rgb(212,110,102); }

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

border-color css

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

 span { border-color: rgb(212,110,102); }

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