Html Css Color HEX #855170 Cosmic

📋 copy color: '#855170'

red 133 ◦ green 81 ◦ blue 112

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

Shades of Cosmic #855170

Tints of Cosmic #855170

RGB

 RED value IS 133 (52.34% from 255) = 40.8%

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

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 40.8%
G = 24.85%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#855170 (or 0x855170) is known color: Cosmic. HEX triplet: 85, 51 and 70. RGB value is (133,81,112). Sum of RGB (Red+Green+Blue) = 133+81+112=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #855170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855170 is #7AAE8F. Grayscale: #646464. Windows color (decimal): -8040080 or 7360901. OLE color: 7360901.

HSL color Cylindrical-coordinate representation of color #855170: hue angle of 324.23º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855170 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 112 -
CMYK 0 0.39 0.16 0.48
HSL 324.23º 0.24% 0.42% -
HSV(B) 324.23º 0.39% 0.52% -
XYZ 15.54 12.04 16.83 -
YUV 100.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 133 81 112 0 0.39 0.16 0.48 324.23 0.24 0.42
Hex 85 51 70 0 27 10 30 144 18 2A
Octal 205 121 160 0 47 20 60 504 30 52
Binary 10000101 1010001 1110000 0 100111 10000 110000 101000100 11000 101010

Color Harmonies of #855170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855170

Black with #855170

Text Example


Text Example

White with #855170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855170; }

 p { color: rgb(133,81,112); }

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

background-color css

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

 a { background-color: rgb(133,81,112); }

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

border-color css

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

 span { border-color: rgb(133,81,112); }

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