Html Css Color HEX #D87160 Terra Cotta

📋 copy color: '#D87160'

red 216 ◦ green 113 ◦ blue 96

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

Shades of Terra Cotta #D87160

Tints of Terra Cotta #D87160

RGB

 RED value IS 216 (84.77% from 255) = 50.82%

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 96 (37.89% from 255) = 22.59%

R = 50.82%
G = 26.59%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D87160 (or 0xD87160) is known color: Terra Cotta. HEX triplet: D8, 71 and 60. RGB value is (216,113,96). Sum of RGB (Red+Green+Blue) = 216+113+96=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D87160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87160 is #278E9F. Grayscale: #8E8E8E. Windows color (decimal): -2592416 or 6320600. OLE color: 6320600.

HSL color Cylindrical-coordinate representation of color #D87160: hue angle of 8.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D87160 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 96 -
CMYK 0 0.48 0.56 0.15
HSL 8.5º 0.61% 0.61% -
HSV(B) 8.5º 0.56% 0.85% -
XYZ 36.34 27.25 14.41 -
YUV 141.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 216 113 96 0 0.48 0.56 0.15 8.5 0.61 0.61
Hex D8 71 60 0 30 38 F 8 3D 3D
Octal 330 161 140 0 60 70 17 10 75 75
Binary 11011000 1110001 1100000 0 110000 111000 1111 1000 111101 111101

Color Harmonies of #D87160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87160

Black with #D87160

Text Example


Text Example

White with #D87160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87160; }

 p { color: rgb(216,113,96); }

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

background-color css

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

 a { background-color: rgb(216,113,96); }

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

border-color css

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

 span { border-color: rgb(216,113,96); }

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