Html Css Color HEX #D46059 Roman

📋 copy color: '#D46059'

red 212 ◦ green 96 ◦ blue 89

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

Shades of Roman #D46059

Tints of Roman #D46059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 53.4%
G = 24.18%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D46059 (or 0xD46059) is known color: Roman. HEX triplet: D4, 60 and 59. RGB value is (212,96,89). Sum of RGB (Red+Green+Blue) = 212+96+89=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D46059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46059 is #2B9FA6. Grayscale: #828282. Windows color (decimal): -2858919 or 5857492. OLE color: 5857492.

HSL color Cylindrical-coordinate representation of color #D46059: hue angle of 3.41º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46059 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 96 89 -
CMYK 0 0.55 0.58 0.17
HSL 3.41º 0.59% 0.59% -
HSV(B) 3.41º 0.58% 0.83% -
XYZ 33.14 23.08 12.16 -
YUV 129.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 212 96 89 0 0.55 0.58 0.17 3.41 0.59 0.59
Hex D4 60 59 0 37 3A 11 3 3B 3B
Octal 324 140 131 0 67 72 21 3 73 73
Binary 11010100 1100000 1011001 0 110111 111010 10001 11 111011 111011

Color Harmonies of #D46059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46059

Black with #D46059

Text Example


Text Example

White with #D46059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46059; }

 p { color: rgb(212,96,89); }

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

background-color css

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

 a { background-color: rgb(212,96,89); }

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

border-color css

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

 span { border-color: rgb(212,96,89); }

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