Html Css Color HEX #855270 Cosmic

📋 copy color: '#855270'

red 133 ◦ green 82 ◦ blue 112

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

Shades of Cosmic #855270

Tints of Cosmic #855270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.08%

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

R = 40.67%
G = 25.08%
B = 34.25%

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

#855270 (or 0x855270) is known color: Cosmic. HEX triplet: 85, 52 and 70. RGB value is (133,82,112). Sum of RGB (Red+Green+Blue) = 133+82+112=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #855270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855270 is #7AAD8F. Grayscale: #646464. Windows color (decimal): -8039824 or 7361157. OLE color: 7361157.

HSL color Cylindrical-coordinate representation of color #855270: hue angle of 324.71º degrees, saturation: 0.24, 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 #855270 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 112 -
CMYK 0 0.38 0.16 0.48
HSL 324.71º 0.24% 0.42% -
HSV(B) 324.71º 0.38% 0.52% -
XYZ 15.61 12.19 16.86 -
YUV 100.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 133 82 112 0 0.38 0.16 0.48 324.71 0.24 0.42
Hex 85 52 70 0 26 10 30 145 18 2A
Octal 205 122 160 0 46 20 60 505 30 52
Binary 10000101 1010010 1110000 0 100110 10000 110000 101000101 11000 101010

Color Harmonies of #855270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855270

Black with #855270

Text Example


Text Example

White with #855270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855270; }

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

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

background-color css

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

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

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

border-color css

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

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

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