Html Css Color HEX #853E6D Cosmic

📋 copy color: '#853E6D'

red 133 ◦ green 62 ◦ blue 109

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

Shades of Cosmic #853E6D

Tints of Cosmic #853E6D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.39%

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

R = 43.75%
G = 20.39%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#853E6D (or 0x853E6D) is known color: Cosmic. HEX triplet: 85, 3E and 6D. RGB value is (133,62,109). Sum of RGB (Red+Green+Blue) = 133+62+109=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #853E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E6D is #7AC192. Grayscale: #585858. Windows color (decimal): -8044947 or 7159429. OLE color: 7159429.

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

Color convert

RGB 133 62 109 -
CMYK 0 0.53 0.18 0.48
HSL 320.28º 0.36% 0.38% -
HSV(B) 320.28º 0.53% 0.52% -
XYZ 14.16 9.54 15.56 -
YUV 88.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 133 62 109 0 0.53 0.18 0.48 320.28 0.36 0.38
Hex 85 3E 6D 0 35 12 30 140 24 26
Octal 205 76 155 0 65 22 60 500 44 46
Binary 10000101 111110 1101101 0 110101 10010 110000 101000000 100100 100110

Color Harmonies of #853E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E6D

Black with #853E6D

Text Example


Text Example

White with #853E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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