Html Css Color HEX #D46965 Roman

📋 copy color: '#D46965'

red 212 ◦ green 105 ◦ blue 101

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

Shades of Roman #D46965

Tints of Roman #D46965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.16%

R = 50.72%
G = 25.12%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D46965 (or 0xD46965) is known color: Roman. HEX triplet: D4, 69 and 65. RGB value is (212,105,101). Sum of RGB (Red+Green+Blue) = 212+105+101=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D46965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46965 is #2B969A. Grayscale: #888888. Windows color (decimal): -2856603 or 6646228. OLE color: 6646228.

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

Color convert

RGB 212 105 101 -
CMYK 0 0.50 0.52 0.17
HSL 2.16º 0.56% 0.61% -
HSV(B) 2.16º 0.52% 0.83% -
XYZ 34.55 25.04 15.32 -
YUV 136.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 212 105 101 0 0.50 0.52 0.17 2.16 0.56 0.61
Hex D4 69 65 0 32 34 11 2 38 3D
Octal 324 151 145 0 62 64 21 2 70 75
Binary 11010100 1101001 1100101 0 110010 110100 10001 10 111000 111101

Color Harmonies of #D46965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46965

Black with #D46965

Text Example


Text Example

White with #D46965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46965; }

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

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

background-color css

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

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

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

border-color css

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

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

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