Html Css Color HEX #853E6E Cosmic

📋 copy color: '#853E6E'

red 133 ◦ green 62 ◦ blue 110

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

Shades of Cosmic #853E6E

Tints of Cosmic #853E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 43.61%
G = 20.33%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#853E6E (or 0x853E6E) is known color: Cosmic. HEX triplet: 85, 3E and 6E. RGB value is (133,62,110). Sum of RGB (Red+Green+Blue) = 133+62+110=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #853E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E6E is #7AC191. Grayscale: #585858. Windows color (decimal): -8044946 or 7224965. OLE color: 7224965.

HSL color Cylindrical-coordinate representation of color #853E6E: hue angle of 319.44º 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 #853E6E is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 62 110 -
CMYK 0 0.53 0.17 0.48
HSL 319.44º 0.36% 0.38% -
HSV(B) 319.44º 0.53% 0.52% -
XYZ 14.21 9.56 15.85 -
YUV 88.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 133 62 110 0 0.53 0.17 0.48 319.44 0.36 0.38
Hex 85 3E 6E 0 35 11 30 13F 24 26
Octal 205 76 156 0 65 21 60 477 44 46
Binary 10000101 111110 1101110 0 110101 10001 110000 100111111 100100 100110

Color Harmonies of #853E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E6E

Black with #853E6E

Text Example


Text Example

White with #853E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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