Html Css Color HEX #85446F Cosmic

📋 copy color: '#85446F'

red 133 ◦ green 68 ◦ blue 111

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

Shades of Cosmic #85446F

Tints of Cosmic #85446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

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

R = 42.63%
G = 21.79%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85446F (or 0x85446F) is known color: Cosmic. HEX triplet: 85, 44 and 6F. RGB value is (133,68,111). Sum of RGB (Red+Green+Blue) = 133+68+111=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85446F is #7ABB90. Grayscale: #5C5C5C. Windows color (decimal): -8043409 or 7292037. OLE color: 7292037.

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

Color convert

RGB 133 68 111 -
CMYK 0 0.49 0.17 0.48
HSL 320.31º 0.32% 0.39% -
HSV(B) 320.31º 0.49% 0.52% -
XYZ 14.61 10.27 16.25 -
YUV 92.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 133 68 111 0 0.49 0.17 0.48 320.31 0.32 0.39
Hex 85 44 6F 0 31 11 30 140 20 27
Octal 205 104 157 0 61 21 60 500 40 47
Binary 10000101 1000100 1101111 0 110001 10001 110000 101000000 100000 100111

Color Harmonies of #85446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85446F

Black with #85446F

Text Example


Text Example

White with #85446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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