Html Css Color HEX #85446B Cosmic

📋 copy color: '#85446B'

red 133 ◦ green 68 ◦ blue 107

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

Shades of Cosmic #85446B

Tints of Cosmic #85446B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 43.18%
G = 22.08%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85446B (or 0x85446B) is known color: Cosmic. HEX triplet: 85, 44 and 6B. RGB value is (133,68,107). Sum of RGB (Red+Green+Blue) = 133+68+107=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85446B is #7ABB94. Grayscale: #5B5B5B. Windows color (decimal): -8043413 or 7029893. OLE color: 7029893.

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

Color convert

RGB 133 68 107 -
CMYK 0 0.49 0.20 0.48
HSL 324º 0.32% 0.39% -
HSV(B) 324º 0.49% 0.52% -
XYZ 14.39 10.18 15.12 -
YUV 91.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 133 68 107 0 0.49 0.20 0.48 324 0.32 0.39
Hex 85 44 6B 0 31 14 30 144 20 27
Octal 205 104 153 0 61 24 60 504 40 47
Binary 10000101 1000100 1101011 0 110001 10100 110000 101000100 100000 100111

Color Harmonies of #85446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85446B

Black with #85446B

Text Example


Text Example

White with #85446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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