Html Css Color HEX #85426C Cosmic

📋 copy color: '#85426C'

red 133 ◦ green 66 ◦ blue 108

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

Shades of Cosmic #85426C

Tints of Cosmic #85426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

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

R = 43.32%
G = 21.5%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85426C (or 0x85426C) is known color: Cosmic. HEX triplet: 85, 42 and 6C. RGB value is (133,66,108). Sum of RGB (Red+Green+Blue) = 133+66+108=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85426C is #7ABD93. Grayscale: #5A5A5A. Windows color (decimal): -8043924 or 7094917. OLE color: 7094917.

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

Color convert

RGB 133 66 108 -
CMYK 0 0.50 0.19 0.48
HSL 322.39º 0.34% 0.39% -
HSV(B) 322.39º 0.5% 0.52% -
XYZ 14.33 9.97 15.36 -
YUV 90.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 133 66 108 0 0.50 0.19 0.48 322.39 0.34 0.39
Hex 85 42 6C 0 32 13 30 142 22 27
Octal 205 102 154 0 62 23 60 502 42 47
Binary 10000101 1000010 1101100 0 110010 10011 110000 101000010 100010 100111

Color Harmonies of #85426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85426C

Black with #85426C

Text Example


Text Example

White with #85426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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