#85436C

Color #85436C Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #85436C

Tints of Cosmic #85436C

Color information

#85436C (or 0x85436C) is unknown color: approx Cosmic. HEX triplet: 85, 43 and 6C. RGB value is (133,67,108). Sum of RGB (Red+Green+Blue) = 133+67+108=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85436C is #7ABC93. Grayscale: #5B5B5B. Windows color (decimal): -8043668 or 7095173. OLE color: 7095173.

HSL color Cylindrical-coordinate representation of color #85436C: hue angle of 322.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85436C is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13367108-
CMYK00.500.190.48
HSL322.73º33%39.22%-
HSV(B)322.73º49.62%52.16%-
XYZ14.3910.0815.38-
YUV91.41137.37157.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=43.18%
G=21.75%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336710800.500.190.48322.733339.22
Hex85436C03213301432127
Octal20510315406223605034147
Binary1000010110000111101100011001010011110000101000011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85436C; }

 p { color: rgb(133,67,108); }

 H1.HeaderClassName
 {
   color: #85436C;
 }
 .AnyTagClassName
 {
   color: #85436C;
 }
</style>
background-color css

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

 a { background-color: rgb(133,67,108); }

 div.DivClassName
 {
   background-color: #85436C;
 }
 .BgClassName
 {
   background-color: #85436C;
 }
</style>
border-color css

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

 span { border-color: rgb(133,67,108); }

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