Html Css Color HEX #85446C Cosmic

📋 copy color: '#85446C'

red 133 ◦ green 68 ◦ blue 108

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

Shades of Cosmic #85446C

Tints of Cosmic #85446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 43.04%
G = 22.01%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85446C (or 0x85446C) is known color: Cosmic. HEX triplet: 85, 44 and 6C. RGB value is (133,68,108). Sum of RGB (Red+Green+Blue) = 133+68+108=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85446C is #7ABB93. Grayscale: #5B5B5B. Windows color (decimal): -8043412 or 7095429. OLE color: 7095429.

HSL color Cylindrical-coordinate representation of color #85446C: hue angle of 323.08º 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 #85446C is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 108 -
CMYK 0 0.49 0.19 0.48
HSL 323.08º 0.32% 0.39% -
HSV(B) 323.08º 0.49% 0.52% -
XYZ 14.45 10.2 15.4 -
YUV 92 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 133 68 108 0 0.49 0.19 0.48 323.08 0.32 0.39
Hex 85 44 6C 0 31 13 30 143 20 27
Octal 205 104 154 0 61 23 60 503 40 47
Binary 10000101 1000100 1101100 0 110001 10011 110000 101000011 100000 100111

Color Harmonies of #85446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85446C

Black with #85446C

Text Example


Text Example

White with #85446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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