Html Css Color HEX #85456F Cosmic

📋 copy color: '#85456F'

red 133 ◦ green 69 ◦ blue 111

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

Shades of Cosmic #85456F

Tints of Cosmic #85456F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.04%

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 42.49%
G = 22.04%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85456F (or 0x85456F) is known color: Cosmic. HEX triplet: 85, 45 and 6F. RGB value is (133,69,111). Sum of RGB (Red+Green+Blue) = 133+69+111=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85456F is #7ABA90. Grayscale: #5C5C5C. Windows color (decimal): -8043153 or 7292293. OLE color: 7292293.

HSL color Cylindrical-coordinate representation of color #85456F: hue angle of 320.62º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85456F is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 69 111 -
CMYK 0 0.48 0.17 0.48
HSL 320.63º 0.32% 0.4% -
HSV(B) 320.63º 0.48% 0.52% -
XYZ 14.67 10.39 16.27 -
YUV 92.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 133 69 111 0 0.48 0.17 0.48 320.63 0.32 0.4
Hex 85 45 6F 0 30 11 30 141 20 28
Octal 205 105 157 0 60 21 60 501 40 50
Binary 10000101 1000101 1101111 0 110000 10001 110000 101000001 100000 101000

Color Harmonies of #85456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85456F

Black with #85456F

Text Example


Text Example

White with #85456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85456F; }

 p { color: rgb(133,69,111); }

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

background-color css

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

 a { background-color: rgb(133,69,111); }

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

border-color css

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

 span { border-color: rgb(133,69,111); }

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