Html Css Color HEX #715160 Cosmic

📋 copy color: '#715160'

red 113 ◦ green 81 ◦ blue 96

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

Shades of Cosmic #715160

Tints of Cosmic #715160

RGB

 RED value IS 113 (44.53% from 255) = 38.97%

 GREEN value IS 81 (32.03% from 255) = 27.93%

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

R = 38.97%
G = 27.93%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#715160 (or 0x715160) is known color: Cosmic. HEX triplet: 71, 51 and 60. RGB value is (113,81,96). Sum of RGB (Red+Green+Blue) = 113+81+96=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #715160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715160 is #8EAE9F. Grayscale: #5C5C5C. Windows color (decimal): -9350816 or 6312305. OLE color: 6312305.

HSL color Cylindrical-coordinate representation of color #715160: hue angle of 331.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #715160 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 81 96 -
CMYK 0 0.28 0.15 0.56
HSL 331.88º 0.16% 0.38% -
HSV(B) 331.88º 0.28% 0.44% -
XYZ 11.86 10.24 12.42 -
YUV 92.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 113 81 96 0 0.28 0.15 0.56 331.88 0.16 0.38
Hex 71 51 60 0 1C F 38 14C 10 26
Octal 161 121 140 0 34 17 70 514 20 46
Binary 1110001 1010001 1100000 0 11100 1111 111000 101001100 10000 100110

Color Harmonies of #715160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715160

Black with #715160

Text Example


Text Example

White with #715160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715160; }

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

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

background-color css

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

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

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

border-color css

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

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

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