Html Css Color HEX #855370 Cosmic

📋 copy color: '#855370'

red 133 ◦ green 83 ◦ blue 112

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

Shades of Cosmic #855370

Tints of Cosmic #855370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

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

R = 40.55%
G = 25.3%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#855370 (or 0x855370) is known color: Cosmic. HEX triplet: 85, 53 and 70. RGB value is (133,83,112). Sum of RGB (Red+Green+Blue) = 133+83+112=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #855370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855370 is #7AAC8F. Grayscale: #656565. Windows color (decimal): -8039568 or 7361413. OLE color: 7361413.

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

Color convert

RGB 133 83 112 -
CMYK 0 0.38 0.16 0.48
HSL 325.2º 0.23% 0.42% -
HSV(B) 325.2º 0.38% 0.52% -
XYZ 15.69 12.34 16.88 -
YUV 101.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 133 83 112 0 0.38 0.16 0.48 325.2 0.23 0.42
Hex 85 53 70 0 26 10 30 145 17 2A
Octal 205 123 160 0 46 20 60 505 27 52
Binary 10000101 1010011 1110000 0 100110 10000 110000 101000101 10111 101010

Color Harmonies of #855370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855370

Black with #855370

Text Example


Text Example

White with #855370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855370; }

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

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

background-color css

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

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

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

border-color css

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

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

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