Html Css Color HEX #853C6D Cosmic

📋 copy color: '#853C6D'

red 133 ◦ green 60 ◦ blue 109

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

Shades of Cosmic #853C6D

Tints of Cosmic #853C6D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.87%

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 44.04%
G = 19.87%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#853C6D (or 0x853C6D) is known color: Cosmic. HEX triplet: 85, 3C and 6D. RGB value is (133,60,109). Sum of RGB (Red+Green+Blue) = 133+60+109=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #853C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C6D is #7AC392. Grayscale: #575757. Windows color (decimal): -8045459 or 7158917. OLE color: 7158917.

HSL color Cylindrical-coordinate representation of color #853C6D: hue angle of 319.73º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C6D is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 109 -
CMYK 0 0.55 0.18 0.48
HSL 319.73º 0.38% 0.38% -
HSV(B) 319.73º 0.55% 0.52% -
XYZ 14.05 9.32 15.53 -
YUV 87.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 133 60 109 0 0.55 0.18 0.48 319.73 0.38 0.38
Hex 85 3C 6D 0 37 12 30 140 26 26
Octal 205 74 155 0 67 22 60 500 46 46
Binary 10000101 111100 1101101 0 110111 10010 110000 101000000 100110 100110

Color Harmonies of #853C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C6D

Black with #853C6D

Text Example


Text Example

White with #853C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C6D; }

 p { color: rgb(133,60,109); }

 H1.HeaderClassName
 {
   color: #853C6D;
 }
 .AnyTagClassName
 {
   color: #853C6D;
 }
</style>

background-color css

<style>
 a { background-color: #853C6D; }

 a { background-color: rgb(133,60,109); }

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

border-color css

<style>
 span { border-color: #853C6D; }

 span { border-color: rgb(133,60,109); }

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